summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-09-02 09:36:29 +0000
committeraz <az@FreeBSD.org>2013-09-02 09:36:29 +0000
commit9c4cca1df5edd7f22e07934853ab7f2318b3e6f1 (patch)
tree859ba2ba077471a41f3eb1e1e8f1a0b3571ab0e5
parent6ff983cb6a6caabe6c82f1b446d42fc882f0b015 (diff)
downloadFreeBSD-ports-9c4cca1df5edd7f22e07934853ab7f2318b3e6f1.zip
FreeBSD-ports-9c4cca1df5edd7f22e07934853ab7f2318b3e6f1.tar.gz
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
-rw-r--r--finance/cbb/Makefile2
-rw-r--r--finance/p5-Finance-YahooQuote/Makefile3
-rw-r--r--finance/p5-Math-Financial/Makefile3
-rw-r--r--misc/gcstar/Makefile3
-rw-r--r--misc/gnuls/Makefile3
-rw-r--r--misc/kenny/Makefile2
-rw-r--r--misc/p5-Bot-Training-MegaHAL/Makefile3
-rw-r--r--misc/p5-Business-EDI/Makefile3
-rw-r--r--misc/p5-Geography-Countries/Makefile3
-rw-r--r--misc/p5-I18N-LangTags/Makefile3
-rw-r--r--misc/p5-List-Compare/Makefile3
-rw-r--r--misc/p5-Norge/Makefile3
-rw-r--r--misc/spamcalc/Makefile2
-rw-r--r--x11-toolkits/gnome-desktop-sharp20/Makefile3
-rw-r--r--x11-toolkits/gnome-sharp20/Makefile3
-rw-r--r--x11-toolkits/gtk-sharp10/Makefile3
-rw-r--r--x11-toolkits/gtk-sharp20/Makefile3
-rw-r--r--x11-toolkits/p5-Gtk2-Chmod/Makefile3
-rw-r--r--x11-toolkits/p5-Gtk2-Ex-Dialogs/Makefile3
-rw-r--r--x11-toolkits/p5-Gtk2-Ex-Utils/Makefile3
-rw-r--r--x11-toolkits/p5-Gtk2-GladeXML/Makefile3
-rw-r--r--x11-toolkits/p5-Gtk2-PathButtonBar/Makefile3
-rw-r--r--x11-toolkits/p5-Gtk2/Makefile3
-rw-r--r--x11-toolkits/p5-Pango/Makefile3
-rw-r--r--x11-toolkits/p5-Tk-FileDialog/Makefile3
-rw-r--r--x11-toolkits/p5-Tk-FontDialog/Makefile3
26 files changed, 49 insertions, 26 deletions
diff --git a/finance/cbb/Makefile b/finance/cbb/Makefile
index 874d6d6..f5e4693 100644
--- a/finance/cbb/Makefile
+++ b/finance/cbb/Makefile
@@ -17,7 +17,7 @@ COMMENT= Checkbook balancing tool
USE_TK= yes
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-perl=${PERL} \
--with-wish=${WISH}
diff --git a/finance/p5-Finance-YahooQuote/Makefile b/finance/p5-Finance-YahooQuote/Makefile
index 38cb99b..683adad 100644
--- a/finance/p5-Finance-YahooQuote/Makefile
+++ b/finance/p5-Finance-YahooQuote/Makefile
@@ -18,7 +18,8 @@ RUN_DEPENDS= p5-HTML-Parser>=2.2:${PORTSDIR}/www/p5-HTML-Parser \
p5-libwww>=1.62:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= yahooquote.1
MAN3= Finance::YahooQuote.3
diff --git a/finance/p5-Math-Financial/Makefile b/finance/p5-Math-Financial/Makefile
index 6d82d06..43dbd88 100644
--- a/finance/p5-Math-Financial/Makefile
+++ b/finance/p5-Math-Financial/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Perl module containing common functions for loans and annuities
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Math::Financial.3
diff --git a/misc/gcstar/Makefile b/misc/gcstar/Makefile
index 102a7e2..4595a23 100644
--- a/misc/gcstar/Makefile
+++ b/misc/gcstar/Makefile
@@ -35,7 +35,8 @@ MAN1= gcstar.1
MANCOMPRESSED= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GNOME= desktopfileutils
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
NO_BUILD= yes
diff --git a/misc/gnuls/Makefile b/misc/gnuls/Makefile
index a1d8c8c..1b00c2a 100644
--- a/misc/gnuls/Makefile
+++ b/misc/gnuls/Makefile
@@ -18,7 +18,8 @@ CPPFLAGS+= -I${LOCALBASE}/include
USE_XZ= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
-USE_PERL5_BUILD=yes # Required for tests and man page generation
+USES= perl5
+USE_PERL5= build
MAN1= gnuls.1 dircolors.1 dir.1 vdir.1
diff --git a/misc/kenny/Makefile b/misc/kenny/Makefile
index 2e1f645..cf4fde4 100644
--- a/misc/kenny/Makefile
+++ b/misc/kenny/Makefile
@@ -16,7 +16,7 @@ PROJECTHOST= ak-various-projects
CONFLICTS= filters-*
-USE_PERL5= yes
+USES= perl5
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= > ${WRKDIR}/${PORTNAME}
diff --git a/misc/p5-Bot-Training-MegaHAL/Makefile b/misc/p5-Bot-Training-MegaHAL/Makefile
index 922bc5d..fde37d6 100644
--- a/misc/p5-Bot-Training-MegaHAL/Makefile
+++ b/misc/p5-Bot-Training-MegaHAL/Makefile
@@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-File-ShareDir-Install>=0:${PORTSDIR}/devel/p5-File-ShareDir-In
RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
p5-Bot-Training>=0:${PORTSDIR}/misc/p5-Bot-Training
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Bot::Training::MegaHAL.3
diff --git a/misc/p5-Business-EDI/Makefile b/misc/p5-Business-EDI/Makefile
index 3969d62..be085cc 100644
--- a/misc/p5-Business-EDI/Makefile
+++ b/misc/p5-Business-EDI/Makefile
@@ -24,7 +24,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/atz-${PORTNAME}-327e01f
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Business::EDI.3 \
Business::EDI::CodeList.3 \
diff --git a/misc/p5-Geography-Countries/Makefile b/misc/p5-Geography-Countries/Makefile
index cc4b882..0abc00a 100644
--- a/misc/p5-Geography-Countries/Makefile
+++ b/misc/p5-Geography-Countries/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= dikshie@lapi.itb.ac.id
COMMENT= Handle ISO-3166 country codes
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
CONFIGURE_ARGS+= INSTALLDIRS='site'
MAN3= Geography::Countries.3
diff --git a/misc/p5-I18N-LangTags/Makefile b/misc/p5-I18N-LangTags/Makefile
index bfe5a03..2f9eef0 100644
--- a/misc/p5-I18N-LangTags/Makefile
+++ b/misc/p5-I18N-LangTags/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Functions for dealing with RFC-1766-style language tags
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
MAN3= I18N::LangTags.3 I18N::LangTags::Detect.3 I18N::LangTags::List.3
diff --git a/misc/p5-List-Compare/Makefile b/misc/p5-List-Compare/Makefile
index 4a10e25..05a3481 100644
--- a/misc/p5-List-Compare/Makefile
+++ b/misc/p5-List-Compare/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= marck@FreeBSD.org
COMMENT= Perl extension for comparing lists
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
PLIST_FILES= \
${SITE_PERL_REL}/List/Compare.pm \
diff --git a/misc/p5-Norge/Makefile b/misc/p5-Norge/Makefile
index 529fcb1..e6130d9 100644
--- a/misc/p5-Norge/Makefile
+++ b/misc/p5-Norge/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= anders@FreeBSD.org
COMMENT= Misc. Norwegian methods for Perl, conversion/dates/numbers etc.
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= No::Sort.3 No::KontoNr.3 No::PersonNr.3 No::Dato.3
diff --git a/misc/spamcalc/Makefile b/misc/spamcalc/Makefile
index 180afff..aaaf5ba 100644
--- a/misc/spamcalc/Makefile
+++ b/misc/spamcalc/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= logix@foobar.franken.de
COMMENT= Calculates "DNS-spam"-values for hostnames
-USE_PERL5= YES
+USES= perl5
do-build:
${REINPLACE_CMD} -e "s,sc.conf,${PREFIX}/etc/spamcalc.conf," \
diff --git a/x11-toolkits/gnome-desktop-sharp20/Makefile b/x11-toolkits/gnome-desktop-sharp20/Makefile
index b05e943..0cb6c9c 100644
--- a/x11-toolkits/gnome-desktop-sharp20/Makefile
+++ b/x11-toolkits/gnome-desktop-sharp20/Makefile
@@ -18,7 +18,8 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GMAKE= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
USE_GNOME= gnomehack gnomepanel gtkhtml3 gtksharp20 gnomesharp20 librsvg2 vte \
libgnomeprintui gtksourceview2 gnomepanel libwnck nautiluscdburner
diff --git a/x11-toolkits/gnome-sharp20/Makefile b/x11-toolkits/gnome-sharp20/Makefile
index a4f02a1..bd771dc 100644
--- a/x11-toolkits/gnome-sharp20/Makefile
+++ b/x11-toolkits/gnome-sharp20/Makefile
@@ -19,7 +19,8 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GMAKE= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
USE_GNOME= gnomehack gnomepanel gtksharp20 librsvg2 vte libgnomeprintui \
libgnomeui
MAKE_JOBS_UNSAFE= yes
diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile
index b322531..b6cdf2a 100644
--- a/x11-toolkits/gtk-sharp10/Makefile
+++ b/x11-toolkits/gtk-sharp10/Makefile
@@ -22,7 +22,8 @@ LATEST_LINK= gtk-sharp10
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GMAKE= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
USE_GNOME= gnomehack gtkhtml3 vte librsvg2 libgnomecanvas \
libgnomeprintui libglade2 libgnomeui
diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile
index 9e2f8b5..cd4e84a 100644
--- a/x11-toolkits/gtk-sharp20/Makefile
+++ b/x11-toolkits/gtk-sharp20/Makefile
@@ -24,7 +24,8 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GMAKE= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
USE_GNOME= gnomehack gtk20 libglade2
post-patch:
diff --git a/x11-toolkits/p5-Gtk2-Chmod/Makefile b/x11-toolkits/p5-Gtk2-Chmod/Makefile
index fa2be17..5970ab1 100644
--- a/x11-toolkits/p5-Gtk2-Chmod/Makefile
+++ b/x11-toolkits/p5-Gtk2-Chmod/Makefile
@@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-File-Stat-Bits>=0:${PORTSDIR}/sysutils/p5-File-Stat-Bits \
p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Gtk2::Chmod.3
diff --git a/x11-toolkits/p5-Gtk2-Ex-Dialogs/Makefile b/x11-toolkits/p5-Gtk2-Ex-Dialogs/Makefile
index ef44991..9474061 100644
--- a/x11-toolkits/p5-Gtk2-Ex-Dialogs/Makefile
+++ b/x11-toolkits/p5-Gtk2-Ex-Dialogs/Makefile
@@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type \
p5-Gtk2-Ex-Utils>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2-Ex-Utils
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Gtk2::Ex::Dialogs::Question.3 \
Gtk2::Ex::Dialogs::ChooseDirectory.3 \
Gtk2::Ex::Dialogs::Message.3 \
diff --git a/x11-toolkits/p5-Gtk2-Ex-Utils/Makefile b/x11-toolkits/p5-Gtk2-Ex-Utils/Makefile
index 67b69de..d4337b7 100644
--- a/x11-toolkits/p5-Gtk2-Ex-Utils/Makefile
+++ b/x11-toolkits/p5-Gtk2-Ex-Utils/Makefile
@@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/devel/p5-Glib2 \
RUN_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/devel/p5-Glib2 \
p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Gtk2::Ex::Constants.3 \
Gtk2::Ex::Utils.3
diff --git a/x11-toolkits/p5-Gtk2-GladeXML/Makefile b/x11-toolkits/p5-Gtk2-GladeXML/Makefile
index 3a6a2d3..11df941 100644
--- a/x11-toolkits/p5-Gtk2-GladeXML/Makefile
+++ b/x11-toolkits/p5-Gtk2-GladeXML/Makefile
@@ -25,7 +25,8 @@ RUN_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/devel/p5-Glib2 \
USE_GNOME= libglade2
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= ${PORTNAME:S/-/::/g}.3
.include <bsd.port.mk>
diff --git a/x11-toolkits/p5-Gtk2-PathButtonBar/Makefile b/x11-toolkits/p5-Gtk2-PathButtonBar/Makefile
index fac81a3..36ec8af 100644
--- a/x11-toolkits/p5-Gtk2-PathButtonBar/Makefile
+++ b/x11-toolkits/p5-Gtk2-PathButtonBar/Makefile
@@ -18,7 +18,8 @@ COMMENT= Creates a bar for path manipulation
RUN_DEPENDS= p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Gtk2::PathButtonBar.3
diff --git a/x11-toolkits/p5-Gtk2/Makefile b/x11-toolkits/p5-Gtk2/Makefile
index d147cc7..d23855c 100644
--- a/x11-toolkits/p5-Gtk2/Makefile
+++ b/x11-toolkits/p5-Gtk2/Makefile
@@ -24,7 +24,8 @@ RUN_DEPENDS= p5-Pango>=0:${PORTSDIR}/x11-toolkits/p5-Pango \
p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2
USE_GNOME= gtk20 pango
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
USE_GMAKE= yes
CONFIGURE_ENV+= FORCE_GMAKE=yes
MAKE_ENV+= LANG=C
diff --git a/x11-toolkits/p5-Pango/Makefile b/x11-toolkits/p5-Pango/Makefile
index 798ff38..9133a72 100644
--- a/x11-toolkits/p5-Pango/Makefile
+++ b/x11-toolkits/p5-Pango/Makefile
@@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-ExtUtils-Depends>=0.300:${PORTSDIR}/devel/p5-ExtUtils-Depends
RUN_DEPENDS= p5-Glib2>=1.220:${PORTSDIR}/devel/p5-Glib2
USE_GNOME= pango
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAKE_JOBS_UNSAFE=yes
post-install:
diff --git a/x11-toolkits/p5-Tk-FileDialog/Makefile b/x11-toolkits/p5-Tk-FileDialog/Makefile
index 45bad5e..9c02cde 100644
--- a/x11-toolkits/p5-Tk-FileDialog/Makefile
+++ b/x11-toolkits/p5-Tk-FileDialog/Makefile
@@ -16,7 +16,8 @@ COMMENT= Tk::FileDialog - A file selector dialog for perl/Tk
BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Tk::FileDialog.3
PLIST_SUB= PERL_VERSION=${PERL_VERSION}
diff --git a/x11-toolkits/p5-Tk-FontDialog/Makefile b/x11-toolkits/p5-Tk-FontDialog/Makefile
index a22c1bd..280e5bc 100644
--- a/x11-toolkits/p5-Tk-FontDialog/Makefile
+++ b/x11-toolkits/p5-Tk-FontDialog/Makefile
@@ -18,7 +18,8 @@ COMMENT= Font dialog widget
BUILD_DEPENDS= p5-Tk>=804:${PORTSDIR}/x11-toolkits/p5-Tk
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= ${PORTNAME:S/-/::/g}.3
.include <bsd.port.mk>
OpenPOWER on IntegriCloud