head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.03.09.21.09.08;	author swills;	state Exp;
branches;
next	1.6;

1.6
date	2012.01.21.17.39.14;	author eadler;	state Exp;
branches;
next	1.5;

1.5
date	2008.04.29.05.27.02;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.17.14.28.26;	author araujo;	state Exp;
branches;
next	1.3;

1.3
date	2007.09.08.01.03.59;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2006.05.24.20.23.01;	author aaron;	state Exp;
branches;
next	1.1;

1.1
date	2006.05.22.18.20.22;	author aaron;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Tree-Authz
# Date created:				22 May 2006
# Whom:					Aaron Dalton <aaron@@FreeBSD.org>
#
# $FreeBSD: head/security/p5-Tree-Authz/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Tree-Authz
PORTVERSION=	0.03
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Role-Based Access Control authorization scheme

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
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception

MAN3=	Tree::Authz.3 Tree::Authz::Role.3

PERL_MODBUILD=	yes

.include <bsd.port.mk>
@


1.7
log
@- Avoid use of SITE_PERL in DEPENDS
- Sort DEPENDS
- Add TEST_DEPENDS to enable testing

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d17 3
a19 3
BUILD_DEPENDS=	${SITE_PERL}/Lingua/EN/Inflect/Number.pm:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Number \
		${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump \
		${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable
d21 1
@


1.5
log
@Reset aaron's port maintainerships due to many maintainer-timeouts.
@
text
@d20 1
a20 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.4
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d14 1
a14 1
MAINTAINER=	aaron@@FreeBSD.org
@


1.3
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Tree
@


1.2
log
@- Fixed problem with dependency checking.

Approved by:	tobez (implicit)
@
text
@d27 1
a27 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=	requires at least Perl 5.6.  Please install lang/perl5.8 and try again
.endif

.include <bsd.port.post.mk>
@


1.1
log
@Adding port security/p5-Tree-Authz, a library implementing a Role-Based Access Control authorization scheme.

Approved by:	tobez (implicit)
@
text
@d19 1
a19 1
		${SITE_PERL}Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump \
@

