diff options
author | az <az@FreeBSD.org> | 2012-06-29 02:37:23 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 02:37:23 +0800 |
commit | d767f0728d3efeb994fab115409d2613056d4dcb (patch) | |
tree | fcc23cd040c16dbe5fcf8d453dc0e501e4c30dac /security | |
parent | 22c51e57b674473bf359f08d37a6a1c82ff7bea7 (diff) | |
download | freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.gz freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.zst freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'security')
-rw-r--r-- | security/aimsniff/Makefile | 14 | ||||
-rw-r--r-- | security/amavis-stats/Makefile | 2 | ||||
-rw-r--r-- | security/cp2fwb/Makefile | 2 | ||||
-rw-r--r-- | security/pbnj/Makefile | 14 | ||||
-rw-r--r-- | security/smtpscan/Makefile | 2 | ||||
-rw-r--r-- | security/snortsnarf/Makefile | 2 |
6 files changed, 18 insertions, 18 deletions
diff --git a/security/aimsniff/Makefile b/security/aimsniff/Makefile index c138aaa1ccc6..fe0aeb0a3717 100644 --- a/security/aimsniff/Makefile +++ b/security/aimsniff/Makefile @@ -12,13 +12,13 @@ MASTER_SITES= SF/${PORTNAME}/AIM%20Sniff/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= AOL Instant Messanger Sniffing and Reading Tool -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/Pcap.pm:${PORTSDIR}/net/p5-Net-Pcap\ - ${SITE_PERL}/NetPacket.pm:${PORTSDIR}/net/p5-NetPacket\ - ${SITE_PERL}/${PERL_ARCH}/auto/DBI/DBI.so:${PORTSDIR}/databases/p5-DBI\ - ${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String\ - ${SITE_PERL}/Proc/Daemon.pm:${PORTSDIR}/devel/p5-Proc-Daemon\ - ${SITE_PERL}/Proc/Simple.pm:${PORTSDIR}/devel/p5-Proc-Simple\ - ${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog +RUN_DEPENDS= p5-Net-Pcap>=0:${PORTSDIR}/net/p5-Net-Pcap\ + p5-NetPacket>=0:${PORTSDIR}/net/p5-NetPacket\ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI\ + p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String\ + p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon\ + p5-Proc-Simple>=0:${PORTSDIR}/devel/p5-Proc-Simple\ + p5-Unix-Syslog>=0:${PORTSDIR}/sysutils/p5-Unix-Syslog OPTIONS= SUID_ROOT "Install aimsniff with set-uid bit" off diff --git a/security/amavis-stats/Makefile b/security/amavis-stats/Makefile index 69a19ff2359d..69b5be768339 100644 --- a/security/amavis-stats/Makefile +++ b/security/amavis-stats/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://downloads.topicdesk.com/amavis_stats/ MAINTAINER= ports@FreeBSD.org COMMENT= A simple AMaViS statistics generator based on rrdtool -RUN_DEPENDS= ${SITE_PERL}/mach/RRDs.pm:${PORTSDIR}/databases/rrdtool +RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool USE_PERL5_RUN= yes USE_PHP= pcre diff --git a/security/cp2fwb/Makefile b/security/cp2fwb/Makefile index 1efcbc61b3d0..9f93f44b61b4 100644 --- a/security/cp2fwb/Makefile +++ b/security/cp2fwb/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Checkpoint FW1 to Firewall Builder ruleset converter -RUN_DEPENDS= ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer +RUN_DEPENDS= p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer PLIST_FILES= bin/cp2fwbuilder USE_PERL5= yes diff --git a/security/pbnj/Makefile b/security/pbnj/Makefile index 84e3aa394bca..fa7f32de6cb2 100644 --- a/security/pbnj/Makefile +++ b/security/pbnj/Makefile @@ -14,13 +14,13 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A suite of tools to monitor changes on a network -BUILD_DEPENDS= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \ - ${SITE_PERL}/XML/Twig.pm:${PORTSDIR}/textproc/p5-XML-Twig \ - ${SITE_PERL}/Nmap/Parser.pm:${PORTSDIR}/security/p5-Nmap-Parser \ - ${SITE_PERL}/mach/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ - ${SITE_PERL}/mach/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \ - ${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir \ - ${SITE_PERL}/File/Which.pm:${PORTSDIR}/sysutils/p5-File-Which +BUILD_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ + p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \ + p5-Nmap-Parser>=0:${PORTSDIR}/security/p5-Nmap-Parser \ + p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ + p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \ + p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \ + p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which RUN_DEPENDS:= ${BUILD_DEPENDS} \ nmap:${PORTSDIR}/security/nmap diff --git a/security/smtpscan/Makefile b/security/smtpscan/Makefile index 624100a5734f..23899e0e81e8 100644 --- a/security/smtpscan/Makefile +++ b/security/smtpscan/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.frbsd.org/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= A remote SMTP server version detector -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS USE_PERL5= yes MAN1= smtpscan.1 diff --git a/security/snortsnarf/Makefile b/security/snortsnarf/Makefile index f43d579bf3eb..79cf90e407fe 100644 --- a/security/snortsnarf/Makefile +++ b/security/snortsnarf/Makefile @@ -15,7 +15,7 @@ DISTNAME= SnortSnarf-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Generate HTML report summaries from snort incident alerts -RUN_DEPENDS= ${SITE_PERL}/Time/JulianDay.pm:${PORTSDIR}/devel/p5-Time-modules +RUN_DEPENDS= p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules NO_BUILD= yes USE_PERL5_RUN= yes |