aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-08-05 15:05:29 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-08-05 15:05:29 +0000
commit43f0c9f153cbb6a2e3db53e004582f6729057928 (patch)
tree6094da914716107bca7d35889c1b8aab5e6097c7 /net-mgmt
parent51a9b4dec5856fd0ce0b884de19626c1cc420758 (diff)
downloadports-43f0c9f153cbb6a2e3db53e004582f6729057928.tar.gz
ports-43f0c9f153cbb6a2e3db53e004582f6729057928.zip
- Convert to new perl framework
- Trim Makefile header Approved by: tobez@ (maintainer)
Notes
Notes: svn path=/head/; revision=324276
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/p5-NSNMP/Makefile9
-rw-r--r--net-mgmt/p5-Net-IP-Match-XS/Makefile9
-rw-r--r--net-mgmt/p5-Net-IP-Resolver/Makefile9
-rw-r--r--net-mgmt/p5-Tie-NetAddr-IP/Makefile9
4 files changed, 12 insertions, 24 deletions
diff --git a/net-mgmt/p5-NSNMP/Makefile b/net-mgmt/p5-NSNMP/Makefile
index e4a64823d607..68d03f630f9e 100644
--- a/net-mgmt/p5-NSNMP/Makefile
+++ b/net-mgmt/p5-NSNMP/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: net-mgmt/p5-NSNMP
-# Date created: 14 December 2005
-# Whom: Anton Berezin <tobez@FreeBSD.org>
-#
+# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= NSNMP
PORTVERSION= 0.5
@@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= NSNMP - fast, flexible, low-level, pure-Perl SNMP library
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= NSNMP.3 \
NSNMP::Simple.3
diff --git a/net-mgmt/p5-Net-IP-Match-XS/Makefile b/net-mgmt/p5-Net-IP-Match-XS/Makefile
index 80db0a79675b..29bedead067e 100644
--- a/net-mgmt/p5-Net-IP-Match-XS/Makefile
+++ b/net-mgmt/p5-Net-IP-Match-XS/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: net-mgmt/p5-Net-IP-Match-XS
-# Date created: 24 February 2006
-# Whom: Anton Berezin <tobez@FreeBSD.org>
-#
+# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Net-IP-Match-XS
PORTVERSION= 0.03
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Efficiently match IP addresses against IP ranges
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::IP::Match::XS.3
diff --git a/net-mgmt/p5-Net-IP-Resolver/Makefile b/net-mgmt/p5-Net-IP-Resolver/Makefile
index c1951125bd6a..e3348e716bc3 100644
--- a/net-mgmt/p5-Net-IP-Resolver/Makefile
+++ b/net-mgmt/p5-Net-IP-Resolver/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: net-mgmt/p5-Net-IP-Resolver
-# Date created: 24 February 2006
-# Whom: Anton Berezin <tobez@FreeBSD.org>
-#
+# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Net-IP-Resolver
PORTVERSION= 0.02
@@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-Net-IP-Match-XS>=0.03:${PORTSDIR}/net-mgmt/p5-Net-IP-Match-XS
p5-ExtUtils-AutoInstall>0:${PORTSDIR}/devel/p5-ExtUtils-AutoInstall
RUN_DEPENDS= p5-Net-IP-Match-XS>=0.03:${PORTSDIR}/net-mgmt/p5-Net-IP-Match-XS
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::IP::Resolver.3
diff --git a/net-mgmt/p5-Tie-NetAddr-IP/Makefile b/net-mgmt/p5-Tie-NetAddr-IP/Makefile
index 0b620eb17596..b87cb8120365 100644
--- a/net-mgmt/p5-Tie-NetAddr-IP/Makefile
+++ b/net-mgmt/p5-Tie-NetAddr-IP/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: net-mgmt/p5-Tie-NetAddr-IP
-# Date created: 29 March 2001
-# Whom: Anton Berezin <tobez@tobez.org>
-#
+# Created by: Anton Berezin <tobez@tobez.org>
# $FreeBSD$
-#
PORTNAME= Tie-NetAddr-IP
PORTVERSION= 1.51
@@ -17,7 +13,8 @@ COMMENT= Tie::NetAddr::IP - Implements a Hash where the key is a subnet
BUILD_DEPENDS= p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Tie::NetAddr::IP.3