SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
devel/p5-Data-OptList/Makefile
Normal file
18
devel/p5-Data-OptList/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
COMMENT= parse and validate simple name/value option pairs
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME = Data-OptList-0.113
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
RUN_DEPENDS= devel/p5-Params-Util \
|
||||
devel/p5-Sub-Install
|
||||
TEST_DEPENDS=devel/p5-Test-Perl-Critic
|
||||
|
||||
MAKE_ENV= TEST_POD=Yes \
|
||||
PERL_TEST_CRITIC=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Data-OptList/distinfo
Normal file
2
devel/p5-Data-OptList/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Data-OptList-0.113.tar.gz) = Nq68WBe31GhrZJQ0wu5B9FyL+X1MpamfYHzED2laQoU=
|
||||
SIZE (Data-OptList-0.113.tar.gz) = 19841
|
4
devel/p5-Data-OptList/pkg/DESCR
Normal file
4
devel/p5-Data-OptList/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Yet another funky way to specify option lists.
|
||||
|
||||
Not really interesting for its own sake, but it's a dependency for
|
||||
some useful stuff on cpan.
|
3
devel/p5-Data-OptList/pkg/PLIST
Normal file
3
devel/p5-Data-OptList/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Data/
|
||||
${P5SITE}/Data/OptList.pm
|
||||
@man man/man3p/Data::OptList.3p
|
Loading…
Add table
Add a link
Reference in a new issue