SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
devel/p5-Algorithm-IncludeExclude/Makefile
Normal file
17
devel/p5-Algorithm-IncludeExclude/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
COMMENT = build and evaluate include/exclude lists
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = Algorithm-IncludeExclude-0.01
|
||||
REVISION = 2
|
||||
CATEGORIES = devel
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
# test dependency that gets pulled in by Module::Install at build time
|
||||
BUILD_DEPENDS = devel/p5-Test-Exception
|
||||
|
||||
MAKE_ENV += TEST_POD=1
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Algorithm-IncludeExclude/distinfo
Normal file
2
devel/p5-Algorithm-IncludeExclude/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Algorithm-IncludeExclude-0.01.tar.gz) = 5K0E3CIEnSmhGRYOBnybXpF2ViTI8YmjEs/xuHQUog0=
|
||||
SIZE (Algorithm-IncludeExclude-0.01.tar.gz) = 21596
|
2
devel/p5-Algorithm-IncludeExclude/pkg/DESCR
Normal file
2
devel/p5-Algorithm-IncludeExclude/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Algorithm::IncludeExclude lets you define a tree of include / exclude
|
||||
rules and then allows you to determine the best rule for a given path.
|
3
devel/p5-Algorithm-IncludeExclude/pkg/PLIST
Normal file
3
devel/p5-Algorithm-IncludeExclude/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Algorithm/
|
||||
${P5SITE}/Algorithm/IncludeExclude.pm
|
||||
@man man/man3p/Algorithm::IncludeExclude.3p
|
Loading…
Add table
Add a link
Reference in a new issue