diff options
author | mat <mat@FreeBSD.org> | 2013-08-03 21:44:00 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-08-03 21:44:00 +0800 |
commit | 75dd7415d6d89e4f6c03a98e4dd8589865c9cb43 (patch) | |
tree | 5fff787fcf509ed53762690c395516c337412423 /security | |
parent | 3e657489e209d0aec5331fd70f19c96df0146a59 (diff) | |
download | freebsd-ports-gnome-75dd7415d6d89e4f6c03a98e4dd8589865c9cb43.tar.gz freebsd-ports-gnome-75dd7415d6d89e4f6c03a98e4dd8589865c9cb43.tar.zst freebsd-ports-gnome-75dd7415d6d89e4f6c03a98e4dd8589865c9cb43.zip |
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Diffstat (limited to 'security')
-rw-r--r-- | security/amavis-stats/Makefile | 3 | ||||
-rw-r--r-- | security/find-zlib/Makefile | 3 | ||||
-rw-r--r-- | security/kripp/Makefile | 3 | ||||
-rw-r--r-- | security/l0phtcrack/Makefile | 3 | ||||
-rw-r--r-- | security/smtpscan/Makefile | 3 | ||||
-rw-r--r-- | security/snortsnarf/Makefile | 3 | ||||
-rw-r--r-- | security/zebedee/Makefile | 3 |
7 files changed, 14 insertions, 7 deletions
diff --git a/security/amavis-stats/Makefile b/security/amavis-stats/Makefile index 2a96011f4751..b56184aba660 100644 --- a/security/amavis-stats/Makefile +++ b/security/amavis-stats/Makefile @@ -13,7 +13,8 @@ COMMENT= Simple AMaViS statistics generator based on rrdtool RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_PHP= pcre MAN1= amavis-stats.1 diff --git a/security/find-zlib/Makefile b/security/find-zlib/Makefile index 30b148fe0361..60fc7fc56a2d 100644 --- a/security/find-zlib/Makefile +++ b/security/find-zlib/Makefile @@ -16,7 +16,8 @@ LICENSE= GPLv2 NO_BUILD= none -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= bin/find-zlib diff --git a/security/kripp/Makefile b/security/kripp/Makefile index b1e9242eed10..b81fbfad47f0 100644 --- a/security/kripp/Makefile +++ b/security/kripp/Makefile @@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= sniffers MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight network password sniffer -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes MAN1= kripp.1 diff --git a/security/l0phtcrack/Makefile b/security/l0phtcrack/Makefile index f1c89063a700..f3346a5103c8 100644 --- a/security/l0phtcrack/Makefile +++ b/security/l0phtcrack/Makefile @@ -12,11 +12,12 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Cracks SAMBA or Windows NT passwords +USES= perl5 DOCDIR= share/doc/${PORTNAME} RESTRICTED= uses GNU getopt with BSDish-licensed code from OpenSSL NO_WRKSUBDIR= yes PLIST= ${WRKDIR}/pkg-plist -USE_PERL5_BUILD=yes +USE_PERL5= build USE_ZIP= yes USE_DOS2UNIX= yes diff --git a/security/smtpscan/Makefile b/security/smtpscan/Makefile index b0a3af5c751a..fa4507646912 100644 --- a/security/smtpscan/Makefile +++ b/security/smtpscan/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN1= smtpscan.1 PLIST_FILES= bin/smtpscan \ diff --git a/security/snortsnarf/Makefile b/security/snortsnarf/Makefile index 79cf90e407fe..596acd43fbfb 100644 --- a/security/snortsnarf/Makefile +++ b/security/snortsnarf/Makefile @@ -17,8 +17,9 @@ COMMENT= Generate HTML report summaries from snort incident alerts RUN_DEPENDS= p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules +USES= perl5 NO_BUILD= yes -USE_PERL5_RUN= yes +USE_PERL5= run post-patch: @${SED} -e 's|\./include|${PREFIX}/libdata/${PORTNAME}|' \ diff --git a/security/zebedee/Makefile b/security/zebedee/Makefile index f0e45fdc0196..9429a6890388 100644 --- a/security/zebedee/Makefile +++ b/security/zebedee/Makefile @@ -13,8 +13,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Encrypted, secure compressed TCP tunnel +USES= perl5 USE_OPENSSL= YES -USE_PERL5_BUILD=YES +USE_PERL5= build MAKE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS=${PTHREAD_LIBS} |