aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-PkgConfig
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-06-10 23:08:04 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-06-10 23:08:04 +0800
commit06a19ca0e5d73eac36df068e3e73e1ad9a3b2412 (patch)
tree1c428bb7f4b6f54fc2897edb645c6bd8e7918d61 /devel/p5-PkgConfig
parent5d9ce2602d8e2daeca9cebc5b53f9375b67b69a5 (diff)
downloadfreebsd-ports-gnome-06a19ca0e5d73eac36df068e3e73e1ad9a3b2412.tar.gz
freebsd-ports-gnome-06a19ca0e5d73eac36df068e3e73e1ad9a3b2412.tar.zst
freebsd-ports-gnome-06a19ca0e5d73eac36df068e3e73e1ad9a3b2412.zip
- 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/
Diffstat (limited to 'devel/p5-PkgConfig')
-rw-r--r--devel/p5-PkgConfig/Makefile20
-rw-r--r--devel/p5-PkgConfig/distinfo2
-rw-r--r--devel/p5-PkgConfig/pkg-descr13
-rw-r--r--devel/p5-PkgConfig/pkg-plist8
4 files changed, 43 insertions, 0 deletions
diff --git a/devel/p5-PkgConfig/Makefile b/devel/p5-PkgConfig/Makefile
new file mode 100644
index 000000000000..43c6231d202a
--- /dev/null
+++ b/devel/p5-PkgConfig/Makefile
@@ -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>
diff --git a/devel/p5-PkgConfig/distinfo b/devel/p5-PkgConfig/distinfo
new file mode 100644
index 000000000000..98410491f29d
--- /dev/null
+++ b/devel/p5-PkgConfig/distinfo
@@ -0,0 +1,2 @@
+SHA256 (PkgConfig-0.07720.tar.gz) = d6591bc0af51d0cf63e8da44dfdf2c13554ffe7ec87d90e5a324ac4fd1f1e68f
+SIZE (PkgConfig-0.07720.tar.gz) = 130181
diff --git a/devel/p5-PkgConfig/pkg-descr b/devel/p5-PkgConfig/pkg-descr
new file mode 100644
index 000000000000..5d0b50262c07
--- /dev/null
+++ b/devel/p5-PkgConfig/pkg-descr
@@ -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/
diff --git a/devel/p5-PkgConfig/pkg-plist b/devel/p5-PkgConfig/pkg-plist
new file mode 100644
index 000000000000..422e6b773a48
--- /dev/null
+++ b/devel/p5-PkgConfig/pkg-plist
@@ -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