diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-16 06:12:28 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-16 06:12:28 +0000 |
commit | 10a2b4693fe100eb568b572e4d708e7d73fb560f (patch) | |
tree | 384db2430847574aba884f9787c765d0f5311558 /net-mgmt | |
parent | aaab6f1df4f547978b5d988f3369c358092e4bb3 (diff) | |
download | ports-10a2b4693fe100eb568b572e4d708e7d73fb560f.tar.gz ports-10a2b4693fe100eb568b572e4d708e7d73fb560f.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/2ping/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/icinga/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nagios-devel/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nagios/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/ocsinventory-ng/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/pandorafms_agent/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/pandorafms_server/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/torrus/Makefile | 2 |
8 files changed, 7 insertions, 8 deletions
diff --git a/net-mgmt/2ping/Makefile b/net-mgmt/2ping/Makefile index e5c7e615a4b4..8553f62bd59b 100644 --- a/net-mgmt/2ping/Makefile +++ b/net-mgmt/2ping/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= p5-Digest-CRC>=0:${PORTSDIR}/security/p5-Digest-CRC \ p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \ p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 -USE_PERL5_RUN= 5.8.0+ +USE_PERL5_RUN= yes MAN8= 2ping.8 2ping6.8 diff --git a/net-mgmt/icinga/Makefile b/net-mgmt/icinga/Makefile index 9a562c28c887..8a8c9a9fd265 100644 --- a/net-mgmt/icinga/Makefile +++ b/net-mgmt/icinga/Makefile @@ -93,7 +93,7 @@ APACHE_DESC= Depend on Apache and install webconfig .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEMBEDDED_PERL} -USE_PERL5= 5.8.0+ +USE_PERL5= yes CONFIGURE_ARGS+= --enable-embedded-perl \ --with-perlcache PLIST_SUB+= EMBEDDED_PERL="" diff --git a/net-mgmt/nagios-devel/Makefile b/net-mgmt/nagios-devel/Makefile index 7c3d4dfd58b8..daa25c79be5e 100644 --- a/net-mgmt/nagios-devel/Makefile +++ b/net-mgmt/nagios-devel/Makefile @@ -96,7 +96,7 @@ SUB_LIST= PREFIX=${PREFIX} \ USE_PHP= yes .if defined(WITH_EMBEDDED_PERL) -USE_PERL5= 5.8.0+ +USE_PERL5= yes CONFIGURE_ARGS+= --enable-embedded-perl \ --with-perlcache PLIST_SUB+= EMBEDDED_PERL="" diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile index 1e9efd0c0cee..1735b0de6c18 100644 --- a/net-mgmt/nagios/Makefile +++ b/net-mgmt/nagios/Makefile @@ -93,7 +93,7 @@ SUB_LIST= PREFIX=${PREFIX} \ USE_PHP= yes .if defined(WITH_EMBEDDED_PERL) -USE_PERL5= 5.8.0+ +USE_PERL5= yes CONFIGURE_ARGS+=--enable-embedded-perl \ --with-perlcache PLIST_SUB+= EMBEDDED_PERL="" diff --git a/net-mgmt/ocsinventory-ng/Makefile b/net-mgmt/ocsinventory-ng/Makefile index cf4909f36984..d5dc783909a8 100644 --- a/net-mgmt/ocsinventory-ng/Makefile +++ b/net-mgmt/ocsinventory-ng/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ USE_APACHE_RUN= 22+ USE_MYSQL= 41+ -USE_PERL5= 5.8.0+ +USE_PERL5= yes WANT_PHP_WEB= yes DEFAULT_PHP_VER= 5 IGNORE_WITH_PHP= 3 diff --git a/net-mgmt/pandorafms_agent/Makefile b/net-mgmt/pandorafms_agent/Makefile index 4561095a37c1..3b69244bc15c 100644 --- a/net-mgmt/pandorafms_agent/Makefile +++ b/net-mgmt/pandorafms_agent/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE= ${PANDORA_LICENSE_FILE} OPTIONS= TENTACLE_SERVER "Install tentalce_server" on -USE_PERL5= 5.8+ +USE_PERL5= yes SUB_LIST+= PERL="${PERL}" MAN1= pandora_agent.1 tentacle_client.1 diff --git a/net-mgmt/pandorafms_server/Makefile b/net-mgmt/pandorafms_server/Makefile index cad9c4b26fc2..653bd82d157b 100644 --- a/net-mgmt/pandorafms_server/Makefile +++ b/net-mgmt/pandorafms_server/Makefile @@ -44,7 +44,6 @@ OPTIONS= TENTACLE "Install tentacle_server" on \ ORACLE "Use Oracle backend (experimental)" off \ EXTRAS "Extra dependencies for util scripts" on -USE_PERL5= 5.8+ PERL_CONFIGURE= yes SUB_LIST+= PERL="${PERL}" diff --git a/net-mgmt/torrus/Makefile b/net-mgmt/torrus/Makefile index a3f9206c7161..5e711f5d529e 100644 --- a/net-mgmt/torrus/Makefile +++ b/net-mgmt/torrus/Makefile @@ -29,7 +29,7 @@ BUILD_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GNOME= libxml2 -USE_PERL5_RUN= 5.8.1+ +USE_PERL5_RUN= yes GNU_CONFIGURE= YES USERS= torrus |