2006-05-22 18:20:22 +00:00
|
|
|
# New ports collection makefile for: Tree-Authz
|
|
|
|
# Date created: 22 May 2006
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Tree-Authz
|
|
|
|
PORTVERSION= 0.03
|
|
|
|
CATEGORIES= security perl5
|
2008-04-17 14:30:31 +00:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-22 18:20:22 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-29 05:27:09 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-05-22 18:20:22 +00:00
|
|
|
COMMENT= Role-Based Access Control authorization scheme
|
|
|
|
|
2012-03-09 21:09:08 +00:00
|
|
|
BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
|
|
|
|
p5-Devel-Symdump>=0:${PORTSDIR}/devel/p5-Devel-Symdump \
|
|
|
|
p5-Lingua-EN-Inflect-Number>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Number
|
2012-01-21 17:40:15 +00:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2012-03-09 21:09:08 +00:00
|
|
|
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
2006-05-22 18:20:22 +00:00
|
|
|
|
|
|
|
MAN3= Tree::Authz.3 Tree::Authz::Role.3
|
|
|
|
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
|
2007-09-08 01:12:10 +00:00
|
|
|
.include <bsd.port.mk>
|