diff options
author | az <az@FreeBSD.org> | 2013-09-12 23:23:58 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 23:23:58 +0800 |
commit | fada737300174103bff4aceb28479e7a4b94fdd5 (patch) | |
tree | 38d8ee0489aa5335f3aff285581295d88a8c9c13 /www | |
parent | 863e0036a81b76091d5992e7edb2d27f9e067a12 (diff) | |
download | freebsd-ports-gnome-fada737300174103bff4aceb28479e7a4b94fdd5.tar.gz freebsd-ports-gnome-fada737300174103bff4aceb28479e7a4b94fdd5.tar.zst freebsd-ports-gnome-fada737300174103bff4aceb28479e7a4b94fdd5.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'www')
-rw-r--r-- | www/bannerfilter/Makefile | 3 | ||||
-rw-r--r-- | www/calamaris/Makefile | 3 | ||||
-rw-r--r-- | www/linklint/Makefile | 4 |
3 files changed, 4 insertions, 6 deletions
diff --git a/www/bannerfilter/Makefile b/www/bannerfilter/Makefile index 7e355a685e46..2bc453719a21 100644 --- a/www/bannerfilter/Makefile +++ b/www/bannerfilter/Makefile @@ -14,8 +14,7 @@ LICENSE= GPLv2 RUN_DEPENDS= squid:${PORTSDIR}/www/squid -USES= shebangfix -USE_PERL5= yes +USES= shebangfix perl5 NO_BUILD= yes WWW_ROOT?= www diff --git a/www/calamaris/Makefile b/www/calamaris/Makefile index df888f6dac42..63bcc94e8846 100644 --- a/www/calamaris/Makefile +++ b/www/calamaris/Makefile @@ -10,9 +10,8 @@ MASTER_SITES= http://cord.de/tools/squid/calamaris/ MAINTAINER= demon@FreeBSD.org COMMENT= A perl script to produce statistics out of Squid log files -USE_PERL5= yes +USES= shebangfix perl5 NO_BUILD= yes -USES= shebangfix SHEBANG_FILES= calamaris MAN1= calamaris.1 diff --git a/www/linklint/Makefile b/www/linklint/Makefile index 3997367c8d14..fee43a547ddd 100644 --- a/www/linklint/Makefile +++ b/www/linklint/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= http://www.linklint.org/download/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Perl script that checks links on web sites -USES= shebangfix -USE_PERL5_RUN= yes +USES= shebangfix perl5 +USE_PERL5= run NO_BUILD= yes SHEBANG_FILES= ${DISTNAME} |