diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 13:38:20 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 13:38:20 +0000 |
commit | f7ec825618d3536d6c7986a7b7b1bac77a63199a (patch) | |
tree | 1fce9b2d7dcfb567ed9cb78f576ce28112115661 /www/awstats | |
parent | 7e70f84254bc7adaaaf7b3471afb2d4763daa167 (diff) | |
download | ports-f7ec825618d3536d6c7986a7b7b1bac77a63199a.tar.gz ports-f7ec825618d3536d6c7986a7b7b1bac77a63199a.zip |
Notes
Diffstat (limited to 'www/awstats')
-rw-r--r-- | www/awstats/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/awstats/Makefile b/www/awstats/Makefile index 86815551d95e..76eea1e81e83 100644 --- a/www/awstats/Makefile +++ b/www/awstats/Makefile @@ -14,8 +14,9 @@ LICENSE= GPLv2 RUN_DEPENDS= p5-Net-XWhois>=0:${PORTSDIR}/net/p5-Net-XWhois +USES= perl5 NO_BUILD= yes -USE_PERL5_RUN= yes +USE_PERL5= run USE_DOS2UNIX= tools/*.pl \ wwwroot/cgi-bin/awstats.model.conf \ wwwroot/cgi-bin/*.pl \ |