aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-Lock
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-16 09:22:21 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-16 09:22:21 +0000
commit7f5de2d6fc91940c0a73236469796e187b7ef9de (patch)
tree96e145ae5b81f18b4b74a82d09f971e3531cbc52 /devel/p5-File-Lock
parent48c18ad890ea7f2063c65648325e746140acb1dc (diff)
downloadports-7f5de2d6fc91940c0a73236469796e187b7ef9de.tar.gz
ports-7f5de2d6fc91940c0a73236469796e187b7ef9de.zip
- convert to the new perl5 framework
- convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=327373
Diffstat (limited to 'devel/p5-File-Lock')
-rw-r--r--devel/p5-File-Lock/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-File-Lock/Makefile b/devel/p5-File-Lock/Makefile
index 26bd2c774b69..a558462e519c 100644
--- a/devel/p5-File-Lock/Makefile
+++ b/devel/p5-File-Lock/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Perl5 module for file locking (flock,fcntl)
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
CONFIGURE_ARGS+= POLLUTE=1
.include <bsd.port.pre.mk>