diff options
author | sem <sem@FreeBSD.org> | 2004-11-25 03:31:49 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-11-25 03:31:49 +0800 |
commit | d3ee56cf9121796b8d7b937e4bc86707a1d12e16 (patch) | |
tree | 0cfd42e9f2db53b7a95bab86e68318e582f3d1ff /devel/p5-Decision-ACL | |
parent | 78f260e1846e1d2116bec70833eab8c5c626139c (diff) | |
download | freebsd-ports-gnome-d3ee56cf9121796b8d7b937e4bc86707a1d12e16.tar.gz freebsd-ports-gnome-d3ee56cf9121796b8d7b937e4bc86707a1d12e16.tar.zst freebsd-ports-gnome-d3ee56cf9121796b8d7b937e4bc86707a1d12e16.zip |
New Port: devel/p5-Decision-ACL - Manage and Build Access Control Lists
PR: ports/72358
Submitted by: Aaron Dalton <aaron(at)daltons.ca>
Diffstat (limited to 'devel/p5-Decision-ACL')
-rw-r--r-- | devel/p5-Decision-ACL/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-Decision-ACL/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Decision-ACL/pkg-descr | 11 | ||||
-rw-r--r-- | devel/p5-Decision-ACL/pkg-plist | 9 |
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 |