aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Decision-ACL
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-11-24 19:31:49 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-11-24 19:31:49 +0000
commit74527a31d6dac5bf22b5747884b14f332aac54bb (patch)
tree46ededdce3eb4a681a48ffe32c6647486f8207a2 /devel/p5-Decision-ACL
parent00cc21b6051fca3cf766daebbddb799ad716783a (diff)
downloadports-74527a31d6dac5bf22b5747884b14f332aac54bb.tar.gz
ports-74527a31d6dac5bf22b5747884b14f332aac54bb.zip
New Port: devel/p5-Decision-ACL - Manage and Build Access Control Lists
PR: ports/72358 Submitted by: Aaron Dalton <aaron(at)daltons.ca>
Notes
Notes: svn path=/head/; revision=122327
Diffstat (limited to 'devel/p5-Decision-ACL')
-rw-r--r--devel/p5-Decision-ACL/Makefile24
-rw-r--r--devel/p5-Decision-ACL/distinfo2
-rw-r--r--devel/p5-Decision-ACL/pkg-descr11
-rw-r--r--devel/p5-Decision-ACL/pkg-plist9
4 files changed, 46 insertions, 0 deletions
diff --git a/devel/p5-Decision-ACL/Makefile b/devel/p5-Decision-ACL/Makefile
new file mode 100644
index 000000000000..7558b8791455
--- /dev/null
+++ b/devel/p5-Decision-ACL/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: Decision::ACL
+# Date created: 5 October 2004
+# Whom: Aaron Dalton <aaron@daltons.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Decision-ACL
+PORTVERSION= 0.02
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Decision
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= aaron@daltons.ca
+COMMENT= Manage and Build Access Control Lists
+
+MAN3= Decision::ACL.3
+
+PERL_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+
+.include <bsd.port.post.mk>
diff --git a/devel/p5-Decision-ACL/distinfo b/devel/p5-Decision-ACL/distinfo
new file mode 100644
index 000000000000..8d45aea8ef9f
--- /dev/null
+++ b/devel/p5-Decision-ACL/distinfo
@@ -0,0 +1,2 @@
+MD5 (Decision-ACL-0.02.tar.gz) = f9e7b883c69873c230c775de89ffda47
+SIZE (Decision-ACL-0.02.tar.gz) = 7749
diff --git a/devel/p5-Decision-ACL/pkg-descr b/devel/p5-Decision-ACL/pkg-descr
new file mode 100644
index 000000000000..5f5a4adf8613
--- /dev/null
+++ b/devel/p5-Decision-ACL/pkg-descr
@@ -0,0 +1,11 @@
+This module's purpose is to provide an already implemented ACL logic for
+programmers. Most of the time writing access control list scripts is long
+and boring. This set of modules has all the convenient logic behind access
+control lists and provide an easy interface to it. It allows you to build
+custom ACL's, and provide the mechanisms to run the ACL against data.
+
+WWW: http://search.cpan.org/dist/Decision-ACL/
+Author: Benoit Beausejour <bbeausej@pobox.com>
+
+- Aaron Dalton
+aaron@daltons.ca
diff --git a/devel/p5-Decision-ACL/pkg-plist b/devel/p5-Decision-ACL/pkg-plist
new file mode 100644
index 000000000000..4c3737185068
--- /dev/null
+++ b/devel/p5-Decision-ACL/pkg-plist
@@ -0,0 +1,9 @@
+%%SITE_PERL%%/Decision/ACL.pm
+%%SITE_PERL%%/Decision/ACL.pod
+%%SITE_PERL%%/Decision/ACL/Constants.pm
+%%SITE_PERL%%/Decision/ACL/Rule.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Decision/ACL/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Decision/ACL
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Decision 2>/dev/null || true
+@dirrm %%SITE_PERL%%/Decision/ACL
+@unexec rmdir %D/%%SITE_PERL%%/Decision 2>/dev/null || true