aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-08-05 23:05:29 +0800
committeraz <az@FreeBSD.org>2013-08-05 23:05:29 +0800
commit12549b30c2eef8132a2851d6f17e8c45a3491872 (patch)
tree6094da914716107bca7d35889c1b8aab5e6097c7 /net-mgmt
parent7e71988ad884bca5467171d41d1f68fd7040697b (diff)
downloadfreebsd-ports-graphics-12549b30c2eef8132a2851d6f17e8c45a3491872.tar.gz
freebsd-ports-graphics-12549b30c2eef8132a2851d6f17e8c45a3491872.tar.zst
freebsd-ports-graphics-12549b30c2eef8132a2851d6f17e8c45a3491872.zip
- Convert to new perl framework
- Trim Makefile header Approved by: tobez@ (maintainer)
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 e4a64823d60..68d03f630f9 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 80db0a79675..29bedead067 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 c1951125bd6..e3348e716bc 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 0b620eb1759..b87cb812036 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