- Add p5-PkgConfig 0.07720
PkgConfig provides a pure-perl, core-only replacement for the pkg-config utility. This is not a description of the uses of pkg-config but rather a description of the differences between the C version and the Perl one. While pkg-config is a compiled binary linked with glib, the pure-perl version has no such requirement, and will run wherever Perl ( >= 5.6 ) does. The main supported options are the common --libs, --cflags, --static, --exists and --modversion. WWW: http://search.cpan.org/dist/PkgConfig/
This commit is contained in:
parent
5304c2184f
commit
70e10c14bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357320
@ -2598,6 +2598,7 @@
|
||||
SUBDIR += p5-Pid-File-Flock
|
||||
SUBDIR += p5-Pipeline
|
||||
SUBDIR += p5-Pithub
|
||||
SUBDIR += p5-PkgConfig
|
||||
SUBDIR += p5-Pod-Coverage
|
||||
SUBDIR += p5-Pod-Coverage-Moose
|
||||
SUBDIR += p5-Pod-Coverage-TrustPod
|
||||
|
20
devel/p5-PkgConfig/Makefile
Normal file
20
devel/p5-PkgConfig/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= PkgConfig
|
||||
PORTVERSION= 0.07720
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:PLICEASE
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Pure-Perl Core-Only replacement for pkg-config
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5 pkgconfig
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-PkgConfig/distinfo
Normal file
2
devel/p5-PkgConfig/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (PkgConfig-0.07720.tar.gz) = d6591bc0af51d0cf63e8da44dfdf2c13554ffe7ec87d90e5a324ac4fd1f1e68f
|
||||
SIZE (PkgConfig-0.07720.tar.gz) = 130181
|
13
devel/p5-PkgConfig/pkg-descr
Normal file
13
devel/p5-PkgConfig/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
PkgConfig provides a pure-perl, core-only replacement for the pkg-config
|
||||
utility.
|
||||
|
||||
This is not a description of the uses of pkg-config but rather a description of
|
||||
the differences between the C version and the Perl one.
|
||||
|
||||
While pkg-config is a compiled binary linked with glib, the pure-perl version
|
||||
has no such requirement, and will run wherever Perl ( >= 5.6 ) does.
|
||||
|
||||
The main supported options are the common --libs, --cflags, --static, --exists
|
||||
and --modversion.
|
||||
|
||||
WWW: http://search.cpan.org/dist/PkgConfig/
|
8
devel/p5-PkgConfig/pkg-plist
Normal file
8
devel/p5-PkgConfig/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
bin/pkg-config.pl
|
||||
bin/ppkg-config
|
||||
%%SITE_PERL%%/PkgConfig.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PkgConfig/.packlist
|
||||
%%PERL5_MAN3%%/PkgConfig.3.gz
|
||||
man/man1/pkg-config.pl.1.gz
|
||||
man/man1/ppkg-config.1.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PkgConfig
|
Loading…
Reference in New Issue
Block a user