SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/p5-ExtUtils-PkgConfig/Makefile
Normal file
12
devel/p5-ExtUtils-PkgConfig/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
COMMENT= simplistic perl interface to pkg-config
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME = ExtUtils-PkgConfig-1.16
|
||||
CATEGORIES= devel
|
||||
REVISION = 0
|
||||
|
||||
# LGPLv2.1
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-ExtUtils-PkgConfig/distinfo
Normal file
2
devel/p5-ExtUtils-PkgConfig/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (ExtUtils-PkgConfig-1.16.tar.gz) = u+rO2ZXX2NEM/FGjpaZtpBzrK8BP7cq1DhDmMA6AHG4=
|
||||
SIZE (ExtUtils-PkgConfig-1.16.tar.gz) = 10144
|
5
devel/p5-ExtUtils-PkgConfig/pkg/DESCR
Normal file
5
devel/p5-ExtUtils-PkgConfig/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
The pkg-config program retrieves information about installed libraries,
|
||||
usually for the purposes of compiling against and linking to them.
|
||||
ExtUtils::PkgConfig is a very simplistic interface to this utility,
|
||||
intended for use in the Makefile.PL of perl extensions which bind
|
||||
libraries that pkg-config knows.
|
3
devel/p5-ExtUtils-PkgConfig/pkg/PLIST
Normal file
3
devel/p5-ExtUtils-PkgConfig/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/ExtUtils/
|
||||
${P5SITE}/ExtUtils/PkgConfig.pm
|
||||
@man man/man3p/ExtUtils::PkgConfig.3p
|
Loading…
Add table
Add a link
Reference in a new issue