diff options
24 files changed, 24 insertions, 24 deletions
diff --git a/comms/p5-SMS-SMS77/Makefile b/comms/p5-SMS-SMS77/Makefile index b62696b14adb..435ca58e89cd 100644 --- a/comms/p5-SMS-SMS77/Makefile +++ b/comms/p5-SMS-SMS77/Makefile @@ -19,7 +19,7 @@ MAN1= sms77send.1 MAN3= SMS::SMS77::Message.3 \ SMS::SMS77.3 -USE_PERL= yes +USE_PERL5= yes PERL_CONFIGURE= yes .include <bsd.port.mk> diff --git a/devel/bsdbuild/Makefile b/devel/bsdbuild/Makefile index 3d30a156ed71..37d7ba96ef72 100644 --- a/devel/bsdbuild/Makefile +++ b/devel/bsdbuild/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://stable.hypertriton.com/bsdbuild/ MAINTAINER= bapt@FreeBSD.org COMMENT= BSD-licensed portable build system -USE_PERL= yes +USE_PERL5= yes GNU_CONFIGURE= yes LICENSE= BSD diff --git a/devel/gsettings-desktop-schemas/Makefile b/devel/gsettings-desktop-schemas/Makefile index 8e0e0e5f894c..c46e2c53f974 100644 --- a/devel/gsettings-desktop-schemas/Makefile +++ b/devel/gsettings-desktop-schemas/Makefile @@ -22,7 +22,7 @@ LICENSE= LGPL21 USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_PERL_BUILD= yes +USE_PERL5_BUILD= yes USE_GNOME= gnomehack intltool glib20 GNU_CONFIGURE= yes diff --git a/devel/p5-Carp-REPL/Makefile b/devel/p5-Carp-REPL/Makefile index b5090db3b06c..c5f2bfbff1b9 100644 --- a/devel/p5-Carp-REPL/Makefile +++ b/devel/p5-Carp-REPL/Makefile @@ -29,7 +29,7 @@ RUN_DEPENDS= devel/p5-Data-Dump-Streamer>=0:${PORTSDIR}/devel/p5-Data-Dump-Strea p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean TEST_DEPENDS= p5-Test-Expect>=0:${PORTSDIR}/devel/p5-Test-Expect -USE_PERL= yes +USE_PERL5= yes PERL_CONFIGURE= yes MAN3= Carp::REPL.3 Devel::REPL::Plugin::Carp::REPL.3 diff --git a/devel/p5-Gearman-Client-Async/Makefile b/devel/p5-Gearman-Client-Async/Makefile index 9c9e740751a8..f7036a89e97b 100644 --- a/devel/p5-Gearman-Client-Async/Makefile +++ b/devel/p5-Gearman-Client-Async/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= \ BUILD_DEPENDS= ${RUN_DEPENDS} TEST_DEPENDS= p5-Gearman-Server>=0:${PORTSDIR}/devel/p5-Gearman-Server -USE_PERL= yes +USE_PERL5= yes PERL_CONFIGURE= yes MAN3= Gearman::Client::Async.3 diff --git a/devel/p5-Path-Abstract/Makefile b/devel/p5-Path-Abstract/Makefile index c046c120d913..c315ccfcd73e 100644 --- a/devel/p5-Path-Abstract/Makefile +++ b/devel/p5-Path-Abstract/Makefile @@ -18,7 +18,7 @@ COMMENT= Fast and featureful UNIX-style path parsing and manipulation BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter -USE_PERL= yes +USE_PERL5= yes PERL_CONFIGURE= yes MAN3= Path::Abstract.3 Path::Abstract::Underload.3 diff --git a/devel/p5-Path-Resource/Makefile b/devel/p5-Path-Resource/Makefile index 44d7c85f0179..914e909973e2 100644 --- a/devel/p5-Path-Resource/Makefile +++ b/devel/p5-Path-Resource/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= p5-Path-Abstract>0:${PORTSDIR}/devel/p5-Path-Abstract \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor -USE_PERL= yes +USE_PERL5= yes PERL_CONFIGURE= yes MAN3= Path::Resource.3 Path::Resource::Base.3 diff --git a/devel/p5-Tie-LLHash/Makefile b/devel/p5-Tie-LLHash/Makefile index 904237c056cb..25cceea8ffc8 100644 --- a/devel/p5-Tie-LLHash/Makefile +++ b/devel/p5-Tie-LLHash/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Perl module which implements an ordered hash-like object -USE_PERL= yes +USE_PERL5= yes PERL_CONFIGURE= yes MAN3= Tie::LLHash.3 diff --git a/devel/p5-UUID/Makefile b/devel/p5-UUID/Makefile index 66cb08fd3d2b..037a018155a9 100644 --- a/devel/p5-UUID/Makefile +++ b/devel/p5-UUID/Makefile @@ -17,7 +17,7 @@ COMMENT= Perl extension for using UUID interfaces as defined in e2fsprogs LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid -USE_PERL= yes +USE_PERL5= yes PERL_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile index 212bd8626c49..1d0d6b3d58e4 100644 --- a/emulators/snes9x-gtk/Makefile +++ b/emulators/snes9x-gtk/Makefile @@ -18,7 +18,7 @@ COMMENT= Super Nintendo Entertainment System(SNES) Emulator LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png -USE_PERL= 5.8.1+ +USE_PERL5= 5.8.1+ USE_BZIP2= yes USE_XORG= x11 sm ice xext USE_GMAKE= yes diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index b5f5c84cbc7f..74f91176fa38 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -166,7 +166,7 @@ CONFIGURE_ARGS+= --with-odbc=no .endif .if defined(WITH_PERL) -USE_PERL= yes +USE_PERL5= yes CONFIGURE_ARGS+= --with-perl .endif diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index d7bd3dd2eb75..bbd2a0b0d30f 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -51,7 +51,7 @@ MAN1= rspamc.1 .endif .if defined(WITH_RSPAMD_REDIRECTOR) - USE_PERL= 5.8+ + USE_PERL5= 5.8+ CMAKE_ARGS+= -DENABLE_REDIRECTOR=ON PLIST_SUB+= REDIRECTOR="" USE_RC_SUBR+= rspamd_redirector diff --git a/math/octave-forge-base/Makefile b/math/octave-forge-base/Makefile index 3af1079e1be8..1d7cdef8187b 100644 --- a/math/octave-forge-base/Makefile +++ b/math/octave-forge-base/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS+= octave:${PORTSDIR}/math/octave \ p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib \ p5-File-Remove>=0:${PORTSDIR}/devel/p5-File-Remove -USE_PERL= yes +USE_PERL5= yes SUB_FILES= load-octave-pkg SUB_LIST+= PERL=${PERL} diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile index 9edad2ac79a7..c776af496a45 100644 --- a/multimedia/mythtv/Makefile +++ b/multimedia/mythtv/Makefile @@ -34,7 +34,7 @@ QT_NONSTANDARD= yes USE_MYSQL= 51 USE_GMAKE= yes HAS_CONFIGURE= yes -USE_PERL= yes +USE_PERL5= yes USE_LDCONFIG= ${PREFIX}/lib/mythtv/filters REINPLACE_ARGS= -i "" USE_RC_SUBR= mythbackend diff --git a/net-mgmt/nagios-snmp-plugins-extras/Makefile b/net-mgmt/nagios-snmp-plugins-extras/Makefile index 8c7ff1c7e10d..88ec664c044c 100644 --- a/net-mgmt/nagios-snmp-plugins-extras/Makefile +++ b/net-mgmt/nagios-snmp-plugins-extras/Makefile @@ -15,7 +15,7 @@ MAINTAINER= alexey@renatasystems.org COMMENT= A set of Nagios plugins written in Perl to check devices with SNMP NO_BUILD= yes -USE_PERL_RUN= yes +USE_PERL5_RUN= yes RUN_DEPENDS+= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ ${LOCALBASE}/libexec/nagios/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 558a814a84ca..9424b33c4805 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -34,7 +34,7 @@ USE_QT_VER= 4 QT_COMPONENTS= corelib gui moc_build uic_build rcc_build USE_GNOME= desktopfileutils USE_PYTHON= yes -USE_PERL= yes +USE_PERL5= yes GNU_CONFIGURE= yes CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index c093add8e3a3..b8f54dc7a834 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/Makefile @@ -33,7 +33,7 @@ USE_GMAKE= yes USE_QT_VER= 4 QT_COMPONENTS= gui moc_build uic_build rcc_build USE_PYTHON= yes -USE_PERL= yes +USE_PERL5= yes GNU_CONFIGURE= yes CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} diff --git a/sysutils/monitorix/Makefile b/sysutils/monitorix/Makefile index e5d40191edd6..1dd042b80065 100644 --- a/sysutils/monitorix/Makefile +++ b/sysutils/monitorix/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= p5-ParallelUA>=0:${PORTSDIR}/www/p5-ParallelUA \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite -USE_PERL= 5.8+ +USE_PERL5= 5.8+ MAN5= monitorix.conf.5 MAN8= monitorix.8 MANCOMPRESSED= no diff --git a/sysutils/rsyncbackup/Makefile b/sysutils/rsyncbackup/Makefile index 14ad234f07bf..405933c92b09 100644 --- a/sysutils/rsyncbackup/Makefile +++ b/sysutils/rsyncbackup/Makefile @@ -21,7 +21,7 @@ CONFIGSRC= ${WRKSRC}/config CONFIGFILES= backupset.conf config.conf destinations.conf sources.conf USE_ZIP= yes -USE_PERL= yes +USE_PERL5= yes NO_BUILD= yes SUB_FILES= pkg-message diff --git a/www/p5-Catalyst-ActionRole-ACL/Makefile b/www/p5-Catalyst-ActionRole-ACL/Makefile index 75e7d8755466..ed7e9572d70d 100644 --- a/www/p5-Catalyst-ActionRole-ACL/Makefile +++ b/www/p5-Catalyst-ActionRole-ACL/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-Catalyst-Controller-ActionRole>=0:${PORTSDIR}/www/p5-Catalyst-Controller-ActionRole \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean -USE_PERL= yes +USE_PERL5= yes PERL_CONFIGURE= yes MAN3= Catalyst::Action::Role::ACL.3 Catalyst::ActionRole::ACL.3 diff --git a/www/p5-CatalystX-InjectComponent/Makefile b/www/p5-CatalystX-InjectComponent/Makefile index 3278557d7db7..f02476320690 100644 --- a/www/p5-CatalystX-InjectComponent/Makefile +++ b/www/p5-CatalystX-InjectComponent/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.8:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-parent>=0:${PORTSDIR}/devel/p5-parent TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most -USE_PERL= yes +USE_PERL5= yes PERL_CONFIGURE= yes MAN3= CatalystX::InjectComponent.3 diff --git a/www/p5-CatalystX-LeakChecker/Makefile b/www/p5-CatalystX-LeakChecker/Makefile index 15ab1182ab08..ce1aaf75e5fd 100644 --- a/www/p5-CatalystX-LeakChecker/Makefile +++ b/www/p5-CatalystX-LeakChecker/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Devel-Cycle>0:${PORTSDIR}/devel/p5-Devel-Cycle \ p5-PadWalker>0:${PORTSDIR}/devel/p5-PadWalker -USE_PERL= yes +USE_PERL5= yes PERL_CONFIGURE= yes MAN3= CatalystX::LeakChecker.3 diff --git a/www/p5-CatalystX-Profile/Makefile b/www/p5-CatalystX-Profile/Makefile index 1e509abf4ad0..839759e876c8 100644 --- a/www/p5-CatalystX-Profile/Makefile +++ b/www/p5-CatalystX-Profile/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.80020:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Moose>=0.93:${PORTSDIR}/devel/p5-Moose \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean -USE_PERL= yes +USE_PERL5= yes PERL_CONFIGURE= yes MAN3= CatalystX::Profile.3 CatalystX::Profile::Controller::ControlProfiling.3 diff --git a/www/p5-CatalystX-REPL/Makefile b/www/p5-CatalystX-REPL/Makefile index eb891636ef38..fbd161314a78 100644 --- a/www/p5-CatalystX-REPL/Makefile +++ b/www/p5-CatalystX-REPL/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= p5-Carp-REPL>=0:${PORTSDIR}/devel/p5-Carp-REPL \ p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean -USE_PERL= yes +USE_PERL5= yes PERL_CONFIGURE= yes MAN3= CatalystX::REPL.3 |