- 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:
Sunpoet Po-Chuan Hsieh 2014-06-10 15:08:04 +00:00
parent 5304c2184f
commit 70e10c14bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357320
5 changed files with 44 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (PkgConfig-0.07720.tar.gz) = d6591bc0af51d0cf63e8da44dfdf2c13554ffe7ec87d90e5a324ac4fd1f1e68f
SIZE (PkgConfig-0.07720.tar.gz) = 130181

View 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/

View 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