aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Tree-Authz
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-08-02 21:38:09 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-08-02 21:38:09 +0000
commit4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd (patch)
tree6a21c7eedce3ab02121c1a526e479099181228ef /security/p5-Tree-Authz
parent4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (diff)
downloadports-4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd.tar.gz
ports-4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd.zip
- Convert to new perl framework
- Trim Makefile header
Notes
Notes: svn path=/head/; revision=324175
Diffstat (limited to 'security/p5-Tree-Authz')
-rw-r--r--security/p5-Tree-Authz/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-Tree-Authz/Makefile b/security/p5-Tree-Authz/Makefile
index 7af5dbda0905..0b32bc522142 100644
--- a/security/p5-Tree-Authz/Makefile
+++ b/security/p5-Tree-Authz/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Tree-Authz
-# Date created: 22 May 2006
-# Whom: Aaron Dalton <aaron@FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Tree-Authz
PORTVERSION= 0.03
@@ -22,6 +18,7 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
MAN3= Tree::Authz.3 Tree::Authz::Role.3
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
.include <bsd.port.mk>