SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
26
devel/p5-Params-Util/Makefile
Normal file
26
devel/p5-Params-Util/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
COMMENT = utility to make parameter checking easier
|
||||
|
||||
DISTNAME = Params-Util-1.102
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = c perl
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
BUILD_DEPENDS = devel/p5-Config-AutoConf>=0.315 \
|
||||
sysutils/p5-Capture-Tiny
|
||||
|
||||
TEST_DEPENDS = devel/p5-Test-LeakTrace
|
||||
|
||||
# use OpenBSD package instead of some included bundle
|
||||
post-extract:
|
||||
rm -r -- ${WRKSRC}/inc/inc_Capture-Tiny
|
||||
rm -r -- ${WRKSRC}/inc/inc_Config-AutoConf
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Params-Util/distinfo
Normal file
2
devel/p5-Params-Util/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Params-Util-1.102.tar.gz) = SZuxtILbJP2id6UVJVlq0JLCvVHdUI+o/sLp+EkJdAI=
|
||||
SIZE (Params-Util-1.102.tar.gz) = 194986
|
16
devel/p5-Params-Util/patches/patch-Makefile_PL
Normal file
16
devel/p5-Params-Util/patches/patch-Makefile_PL
Normal file
|
@ -0,0 +1,16 @@
|
|||
use OpenBSD package instead of some included bundle
|
||||
|
||||
Index: Makefile.PL
|
||||
--- Makefile.PL.orig
|
||||
+++ Makefile.PL
|
||||
@@ -13,8 +13,8 @@ BEGIN
|
||||
}
|
||||
}
|
||||
|
||||
-use inc::latest 'Capture::Tiny';
|
||||
-use inc::latest 'Config::AutoConf';
|
||||
+use Capture::Tiny;
|
||||
+use Config::AutoConf;
|
||||
|
||||
unless (-f "META.yml")
|
||||
{
|
2
devel/p5-Params-Util/pkg/DESCR
Normal file
2
devel/p5-Params-Util/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Params::Util provides a basic set of functions that makes checking
|
||||
parameters easier.
|
11
devel/p5-Params-Util/pkg/PLIST
Normal file
11
devel/p5-Params-Util/pkg/PLIST
Normal file
|
@ -0,0 +1,11 @@
|
|||
${P5ARCH}/
|
||||
${P5ARCH}/Params/
|
||||
${P5ARCH}/Params/Util/
|
||||
${P5ARCH}/Params/Util.pm
|
||||
${P5ARCH}/Params/Util/PP.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Params/
|
||||
${P5ARCH}/auto/Params/Util/
|
||||
@so ${P5ARCH}/auto/Params/Util/Util.so
|
||||
@man man/man3p/Params::Util.3p
|
||||
@man man/man3p/Params::Util::PP.3p
|
Loading…
Add table
Add a link
Reference in a new issue