diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-24 19:31:49 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-24 19:31:49 +0000 |
commit | 74527a31d6dac5bf22b5747884b14f332aac54bb (patch) | |
tree | 46ededdce3eb4a681a48ffe32c6647486f8207a2 /devel/p5-Decision-ACL/Makefile | |
parent | 00cc21b6051fca3cf766daebbddb799ad716783a (diff) | |
download | ports-74527a31d6dac5bf22b5747884b14f332aac54bb.tar.gz ports-74527a31d6dac5bf22b5747884b14f332aac54bb.zip |
Notes
Diffstat (limited to 'devel/p5-Decision-ACL/Makefile')
-rw-r--r-- | devel/p5-Decision-ACL/Makefile | 24 |
1 files changed, 24 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> |