freebsd-ports/devel/p5-Decision-ACL/Makefile
Sergey Matveychuk 74527a31d6 New Port: devel/p5-Decision-ACL - Manage and Build Access Control Lists
PR:		ports/72358
Submitted by:	Aaron Dalton <aaron(at)daltons.ca>
2004-11-24 19:31:49 +00:00

24 lines
477 B
Makefile

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