aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Address-IPv4-Local
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 /net/p5-Net-Address-IPv4-Local
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 'net/p5-Net-Address-IPv4-Local')
-rw-r--r--net/p5-Net-Address-IPv4-Local/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/net/p5-Net-Address-IPv4-Local/Makefile b/net/p5-Net-Address-IPv4-Local/Makefile
index bad47fac9a2d..08f2d4c3ac65 100644
--- a/net/p5-Net-Address-IPv4-Local/Makefile
+++ b/net/p5-Net-Address-IPv4-Local/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Net-Address-IPv4-Local
-# Date created: 25 May 2006
-# Whom: Aaron Dalton <aaron@FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Net-Address-IPv4-Local
PORTVERSION= 0.12
@@ -19,6 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= Net::Address::IPv4::Local.3
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
.include <bsd.port.mk>