summaryrefslogtreecommitdiff
path: root/devel
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 /devel
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 'devel')
-rw-r--r--devel/ccdoc/Makefile8
-rw-r--r--devel/cons-test/Makefile8
-rw-r--r--devel/cvslines/Makefile3
-rw-r--r--devel/entity/Makefile8
-rw-r--r--devel/p4db/Makefile8
-rw-r--r--devel/p4genpatch/Makefile3
-rw-r--r--devel/p5-Cdk/Makefile2
-rw-r--r--devel/p5-ConfigReader/Makefile3
-rw-r--r--devel/p5-PV/Makefile8
-rw-r--r--devel/p65/Makefile9
-rw-r--r--devel/rhtvision/Makefile2
-rw-r--r--devel/rpc2/Makefile3
-rw-r--r--devel/scandoc/Makefile8
13 files changed, 20 insertions, 53 deletions
diff --git a/devel/ccdoc/Makefile b/devel/ccdoc/Makefile
index 411071a1c1e6..976e6c932c09 100644
--- a/devel/ccdoc/Makefile
+++ b/devel/ccdoc/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ccdoc
-# Date created: 9 October 2000
-# Whom: lonewolf@flame.org
-#
+# Created by: lonewolf@flame.org
# $FreeBSD$
-#
PORTNAME= ccdoc
PORTVERSION= 0.8r41
@@ -15,7 +11,7 @@ DIST_SUBDIR= ccdoc
MAINTAINER= ports@FreeBSD.org
COMMENT= Extracting comments from C++ source and generating HTML
-USE_PERL5= yes
+USES= perl5
WRKSRC= ${WRKDIR}/${PORTNAME}v${PORTVERSION:S/.//g}/src
MAKEFILE= mkopt_gcc.mk
diff --git a/devel/cons-test/Makefile b/devel/cons-test/Makefile
index a2007e78847f..7f859875bc05 100644
--- a/devel/cons-test/Makefile
+++ b/devel/cons-test/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: cons-test
-# Date created: 15 September 2000
-# Whom: rv@FreeBSD.org
-#
+# Created by: rv@FreeBSD.org
# $FreeBSD$
-#
PORTNAME= cons-test
PORTVERSION= 2.2.0
@@ -26,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/cons:${PORTSDIR}/devel/cons
WRKSRC= ${WRKDIR}/cons-${PORTVERSION}/test
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
PLIST_SUB= CONS_VER="${PORTVERSION}" CONS_TEST="${CONS_TEST}"
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/-test//}-${PORTVERSION}/test
diff --git a/devel/cvslines/Makefile b/devel/cvslines/Makefile
index 62efd26f7461..3535b02db25d 100644
--- a/devel/cvslines/Makefile
+++ b/devel/cvslines/Makefile
@@ -10,9 +10,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Wrapper to ease merging of changes between CVS branches
WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_PERL5= yes
NO_BUILD= yes
-USES= shebangfix
+USES= shebangfix perl5
SHEBANG_FILES= cvslines
.for ii in s s_check s-check s-commit s-config s-status
PLIST_FILES+= bin/cvsline${ii}
diff --git a/devel/entity/Makefile b/devel/entity/Makefile
index f91b726e046b..f97264de2e4c 100644
--- a/devel/entity/Makefile
+++ b/devel/entity/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: entity
-# Date created: 15 June 2000
-# Whom: Jesse McConnell <jesse@cylant.com>
-#
+# Created by: Jesse McConnell <jesse@cylant.com>
# $FreeBSD$
-#
PORTNAME= entity
PORTVERSION= 0.7.2
@@ -20,11 +16,11 @@ RUN_DEPENDS= python:${PORTSDIR}/lang/python
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-tcl=no
+USES= perl5
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
USE_GNOME= gtk12
USE_LDCONFIG= ${PREFIX}/lib/entity/clib
-USE_PERL5= yes
MAKE_JOBS_UNSAFE= yes
MAN1= entity.1
diff --git a/devel/p4db/Makefile b/devel/p4db/Makefile
index 0625606b7025..2397ebf1b3e3 100644
--- a/devel/p4db/Makefile
+++ b/devel/p4db/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: P4DB
-# Date created: 2 September 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= p4db
PORTVERSION= 2.01
@@ -18,7 +14,7 @@ COMMENT= Web/Perforce Browser
RUN_DEPENDS= p4:${PORTSDIR}/devel/p4
-USE_PERL5= yes
+USES= perl5
NO_BUILD= yes
NO_WRKSUBDIR= yes
PATCH_WRKSRC= ${WRKSRC}/${PORTNAME}
diff --git a/devel/p4genpatch/Makefile b/devel/p4genpatch/Makefile
index 16e2e7d15cbf..9f4bdbbf5976 100644
--- a/devel/p4genpatch/Makefile
+++ b/devel/p4genpatch/Makefile
@@ -15,8 +15,7 @@ RUN_DEPENDS= p4:${PORTSDIR}/devel/p4
NO_BUILD= yes
NO_WRKSUBDIR= yes
-USES= shebangfix
-USE_PERL5= yes
+USES= shebangfix perl5
SCRIPTS= bin/p4genpatch bin/p4d2p
PLIST_FILES= ${SCRIPTS}
diff --git a/devel/p5-Cdk/Makefile b/devel/p5-Cdk/Makefile
index 5c700e46fea6..70fd88413bed 100644
--- a/devel/p5-Cdk/Makefile
+++ b/devel/p5-Cdk/Makefile
@@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= cdk:${PORTSDIR}/devel/cdk
-USE_PERL5= yes
+USES= perl5
GNU_CONFIGURE= yes
INSTALL_TARGET= pure_install
diff --git a/devel/p5-ConfigReader/Makefile b/devel/p5-ConfigReader/Makefile
index 1f814e73a577..e0aca02620bc 100644
--- a/devel/p5-ConfigReader/Makefile
+++ b/devel/p5-ConfigReader/Makefile
@@ -11,8 +11,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl5 module to read directives from a configuration file
-USE_PERL5= YES
-
+USES= perl5
NO_BUILD= YES
do-install:
diff --git a/devel/p5-PV/Makefile b/devel/p5-PV/Makefile
index afbe31d923b3..47a99ec93b63 100644
--- a/devel/p5-PV/Makefile
+++ b/devel/p5-PV/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-PV
-# Date created: April 18th 1997
-# Whom: James FitzGibbon <jfitz@FreeBSD.org>
-#
+# Created by: James FitzGibbon <jfitz@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= PV
PORTVERSION= 1.5
@@ -17,7 +13,7 @@ COMMENT= A perl5 library for text-mode user interface widgets
RUN_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses
-USE_PERL5= YES
+USES= perl5
NO_BUILD= YES
PLIST_FILES= %%SITE_PERL%%/PV.pm
diff --git a/devel/p65/Makefile b/devel/p65/Makefile
index 4ed02c632e43..5346a42d1850 100644
--- a/devel/p65/Makefile
+++ b/devel/p65/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for: p65
-# Date created: Dec 17, 2001
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= p65
PORTVERSION= 1.1
@@ -18,7 +13,7 @@ COMMENT= An assembler for the 6502 microprocessor
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS= # empty
EXTRACT_AFTER_ARGS= ${WRKSRC}
-USE_PERL5= yes
+USES= perl5
USE_DOS2UNIX= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
diff --git a/devel/rhtvision/Makefile b/devel/rhtvision/Makefile
index c3373aeaac59..7850903d2575 100644
--- a/devel/rhtvision/Makefile
+++ b/devel/rhtvision/Makefile
@@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Complete C++ Text User Interface (TUI) library
WRKSRC= ${WRKDIR}/tvision
-USE_PERL5= yes
+USES= perl5
USE_GMAKE= yes
USE_LDCONFIG= yes
HAS_CONFIGURE= yes
diff --git a/devel/rpc2/Makefile b/devel/rpc2/Makefile
index 2a1eb2284d2a..90001542496c 100644
--- a/devel/rpc2/Makefile
+++ b/devel/rpc2/Makefile
@@ -14,10 +14,9 @@ COMMENT= An interprocess communication library
LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp
-USES= pkgconfig
+USES= pkgconfig perl5
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_PERL5= yes
USE_LDCONFIG= yes
diff --git a/devel/scandoc/Makefile b/devel/scandoc/Makefile
index fd7f151305fd..d752b2918c27 100644
--- a/devel/scandoc/Makefile
+++ b/devel/scandoc/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: scandoc
-# Date created: 13 April 2001
-# Whom: Christopher Elkins <chrise@scardini.com>
-#
+# Created by: Christopher Elkins <chrise@scardini.com>
# $FreeBSD$
-#
PORTNAME= scandoc
PORTVERSION= 0.14
@@ -13,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A C/C++ documentation generator
-USE_PERL5= yes
+USES= perl5
NO_BUILD= yes
do-install: