summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-08-03 08:45:51 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-08-03 08:45:51 +0000
commit99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch)
treebea626d8d7aaa3973f00760684b26d2ddcce74eb /net
parent- Convert to new perl framework (diff)
- Convert to new perl framework
- Trim Makefile header
Notes
Notes: svn path=/head/; revision=324181
Diffstat (limited to 'net')
-rw-r--r--net/DarwinStreamingServer/Makefile8
-rw-r--r--net/ctrace/Makefile8
-rw-r--r--net/ip6_int/Makefile3
-rw-r--r--net/lam/Makefile8
-rw-r--r--net/ldapsdk/Makefile8
-rw-r--r--net/mknbi/Makefile8
-rw-r--r--net/pptpclient/Makefile8
7 files changed, 13 insertions, 38 deletions
diff --git a/net/DarwinStreamingServer/Makefile b/net/DarwinStreamingServer/Makefile
index fdb8432dea57..3e8b7ecb8413 100644
--- a/net/DarwinStreamingServer/Makefile
+++ b/net/DarwinStreamingServer/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: DarwinStreamingServer
-# Date created: 2002/02/23
-# Whom: steve@stevenwills.com
-#
+# Created by: steve@stevenwills.com
# $FreeBSD$
-#
PORTNAME= DarwinStreamingServer
PORTVERSION= 6.0.3
@@ -28,7 +24,7 @@ RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
NOT_FOR_ARCHS= ia64 powerpc sparc64
-USE_PERL5= yes
+USES= perl5
USE_RC_SUBR= streamingadminserver darwin_streaming_server
SUB_LIST+= PERL=${PERL}
diff --git a/net/ctrace/Makefile b/net/ctrace/Makefile
index 47e6df94b68f..96d3cb555a5e 100644
--- a/net/ctrace/Makefile
+++ b/net/ctrace/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: ctrace
-# Date created: 24 Aug 2001
-# Whom: Kris Kennaway <kris@FreeBSD.org
-#
+# Created by: Kris Kennaway <kris@FreeBSD.org
# $FreeBSD$
-#
PORTNAME= ctrace
PORTVERSION= 0.9
@@ -18,7 +14,7 @@ RUN_DEPENDS= p5-Net-RawIP>=0:${PORTSDIR}/net/p5-Net-RawIP \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
MAN1= ctrace.1
PLIST_FILES= sbin/ctrace
diff --git a/net/ip6_int/Makefile b/net/ip6_int/Makefile
index dda685f376b3..58b62be6ac66 100644
--- a/net/ip6_int/Makefile
+++ b/net/ip6_int/Makefile
@@ -14,8 +14,7 @@ COMMENT= Convert an IPv4/IPv6 address to an in-addr.arpa/ip6.int PTR value
PLIST_FILES= bin/ip6_int
NO_BUILD= yes
-USE_PERL5= yes
-USES= shebangfix
+USES= shebangfix perl5
SHEBANG_FILES= ip6_int
do-extract:
diff --git a/net/lam/Makefile b/net/lam/Makefile
index 1376b68bea4f..d73dadb6abaa 100644
--- a/net/lam/Makefile
+++ b/net/lam/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: lam
-# Date created: Aug 21 2001
-# Whom: bremner@unb.ca
-#
+# Created by: bremner@unb.ca
# $FreeBSD$
-#
PORTNAME= lam
PORTVERSION= 7.1.5b2
@@ -14,8 +10,8 @@ MASTER_SITES= http://www.lam-mpi.org/download/files/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Local Area Multicomputer MPI implementation
+USES= perl5
USE_BZIP2= yes
-USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-rsh=ssh --without-fc
USE_LDCONFIG= yes
diff --git a/net/ldapsdk/Makefile b/net/ldapsdk/Makefile
index 8dcdde5226d3..9a1a600835dc 100644
--- a/net/ldapsdk/Makefile
+++ b/net/ldapsdk/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: perldap
-# Date created: 17 May 1999
-# Whom: paul@freebsd.org
-#
+# Created by: paul@FreeBSD.org
# $FreeBSD$
-#
PORTNAME= ldapsdk
PORTVERSION= 6.0.7
@@ -19,7 +15,7 @@ LIB_DEPENDS= nspr4.1:${PORTSDIR}/devel/nspr
WRKSRC= ${WRKDIR}/${DISTNAME}/c-sdk
-USE_PERL5= yes
+USES= perl5
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-optimize \
diff --git a/net/mknbi/Makefile b/net/mknbi/Makefile
index d31707bf0bfa..ace9489572b1 100644
--- a/net/mknbi/Makefile
+++ b/net/mknbi/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: mknbi
-# Date created: 17 Mar 2005
-# Whom: X
-#
+# Created by: X
# $FreeBSD$
-#
PORTNAME= mknbi
PORTVERSION= 1.4.4
@@ -24,8 +20,8 @@ MLINKS+= mknbi.1 ${i}
PORTDOCS= COPYING README LOG spec.txt
+USES= perl5
USE_GMAKE= yes
-USE_PERL5= yes
ONLY_FOR_ARCHS= i386
post-patch:
diff --git a/net/pptpclient/Makefile b/net/pptpclient/Makefile
index a22e0804f5e8..4db6850c44f4 100644
--- a/net/pptpclient/Makefile
+++ b/net/pptpclient/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pptpclient
-# Date created: 19 June 1999
-# Whom: John Polstra <jdp@freebsd.org>
-#
+# Created by: John Polstra <jdp@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= pptpclient
PORTVERSION= 1.7.2
@@ -15,7 +11,7 @@ DISTNAME= pptp-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= PPTP client for establishing a VPN link with an NT server
-USE_PERL5= yes
+USES= perl5
MAN8= pptp.8