SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

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

View file

@ -0,0 +1,2 @@
SHA256 (Algorithm-IncludeExclude-0.01.tar.gz) = 5K0E3CIEnSmhGRYOBnybXpF2ViTI8YmjEs/xuHQUog0=
SIZE (Algorithm-IncludeExclude-0.01.tar.gz) = 21596

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

View file

@ -0,0 +1,3 @@
${P5SITE}/Algorithm/
${P5SITE}/Algorithm/IncludeExclude.pm
@man man/man3p/Algorithm::IncludeExclude.3p