summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-14 15:39:55 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-14 15:39:55 +0000
commit83c866582685f3a2e746dff88754f482f188b3cb (patch)
tree878c1dcfbc68dfde699df6e17203f23ef47f64be /www
parent- Fix build on head without gcc (diff)
- convert to the new perl5 framework
- convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=327296
Diffstat (limited to 'www')
-rw-r--r--www/amphetadesk/Makefile2
-rw-r--r--www/cacheboy16/Makefile2
-rw-r--r--www/chromium/Makefile4
-rw-r--r--www/mod_perl2/Makefile4
-rw-r--r--www/p5-Template-Provider-FromDATA/Makefile3
-rw-r--r--www/p5-WWW-TinySong/Makefile3
-rw-r--r--www/privoxy/Makefile5
-rw-r--r--www/squid33/Makefile2
8 files changed, 14 insertions, 11 deletions
diff --git a/www/amphetadesk/Makefile b/www/amphetadesk/Makefile
index 460cba0c0f37..0aba764d578a 100644
--- a/www/amphetadesk/Makefile
+++ b/www/amphetadesk/Makefile
@@ -25,7 +25,7 @@ LICENSE_NAME= The Clarified Artistic License
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LICENSE_FILE= ${WRKSRC}/docs/LICENSE
-USE_PERL5= yes
+USE= perl5
USE_RC_SUBR= ${PORTNAME}
NO_BUILD= yes
diff --git a/www/cacheboy16/Makefile b/www/cacheboy16/Makefile
index b00cde95c4be..c6b97064724a 100644
--- a/www/cacheboy16/Makefile
+++ b/www/cacheboy16/Makefile
@@ -14,8 +14,8 @@ COMMENT= HTTP Caching Proxy (Squid Derivative) - Development Release
CONFLICTS= squid-[0-9]* cacheboy*
LATEST_LINK= cacheboy16
+USES= perl5
GNU_CONFIGURE= yes
-USE_PERL5= yes
USE_RC_SUBR= squid
SQUID_UID?= squid
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index 2b5d12e9fb1f..24d116bc2a1b 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -47,8 +47,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/a
ONLY_FOR_ARCHS= i386 amd64
USE_XZ= yes
-USES= bison desktop-file-utils pkgconfig
-USE_PERL5_BUILD= yes
+USES= bison desktop-file-utils pkgconfig perl5
+USE_PERL5= build
USE_PYTHON_BUILD= 2.6-2.7
USE_XORG= scrnsaverproto x11 xproto xscrnsaver xtst
USE_GNOME= glib20 gtk20 dconf libxslt
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile
index ef8db1c0245c..22c9e4be5e82 100644
--- a/www/mod_perl2/Makefile
+++ b/www/mod_perl2/Makefile
@@ -19,8 +19,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
SUB_FILES= pkg-message
SUB_LIST= APACHEMODDIR=${APACHEMODDIR}
USE_APACHE= 22+
-PERL_CONFIGURE= yes
-GMAKE= yes
+USES= gmake perl
+USE_PERL5= configure
USE_CSTD= gnu89
MAN3= APR.3 APR::Base64.3 APR::Brigade.3 APR::Bucket.3 \
diff --git a/www/p5-Template-Provider-FromDATA/Makefile b/www/p5-Template-Provider-FromDATA/Makefile
index f8e4c04c3a3b..249edc80e9f9 100644
--- a/www/p5-Template-Provider-FromDATA/Makefile
+++ b/www/p5-Template-Provider-FromDATA/Makefile
@@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-Template-Toolkit>=2.15:${PORTSDIR}/www/p5-Template-Toolkit \
p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Template::Provider::FromDATA.3
diff --git a/www/p5-WWW-TinySong/Makefile b/www/p5-WWW-TinySong/Makefile
index 4d3ca7a1c1be..f98fad62eaf4 100644
--- a/www/p5-WWW-TinySong/Makefile
+++ b/www/p5-WWW-TinySong/Makefile
@@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
MAN3= WWW::TinySong.3
diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile
index 8663c78e55c7..dc2f26921597 100644
--- a/www/privoxy/Makefile
+++ b/www/privoxy/Makefile
@@ -14,7 +14,7 @@ LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
WRKSRC= ${WRKDIR}/privoxy-${PORTVERSION}-stable
-USE_GMAKE= yes
+USES= gmake
USE_AUTOTOOLS= autoconf
USE_RC_SUBR= privoxy
@@ -79,7 +79,8 @@ CONFIGURE_ARGS+= --disable-toggle
.endif
.if ${PORT_OPTIONS:MPRIVOXY_TOOLS}
-USE_PERL5_RUN= yes
+USES+= perl5
+USE_PERL5= run
RUN_DEPENDS+= curl:${PORTSDIR}/ftp/curl
PLIST_SUB+= PRIVOXY_TOOLS=""
.else
diff --git a/www/squid33/Makefile b/www/squid33/Makefile
index e3013aad8122..89d4ff51419d 100644
--- a/www/squid33/Makefile
+++ b/www/squid33/Makefile
@@ -88,9 +88,9 @@ LATEST_LINK= squid33
SQUID_STABLE_VER= 8
CONFLICTS_INSTALL= squid-2.[0-9].* squid-3.[!3].* cacheboy-[0-9]* lusca-head-[0-9]*
+USES= perl5
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USE_PERL5= yes
USE_RC_SUBR= squid
USERS= squid