diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 14:30:23 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 14:30:23 +0000 |
commit | 67c3ce47d7c1ca69ba10c11644a0460191642ec6 (patch) | |
tree | d6d6dd77a5c95bedf28f79dd7b1fc328f8f4c716 /net/gwhois | |
parent | 86ef053f8c990bc1c599bcd0c8ef381d1fdec90a (diff) |
Notes
Diffstat (limited to 'net/gwhois')
-rw-r--r-- | net/gwhois/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gwhois/Makefile b/net/gwhois/Makefile index 151e5cffc64c..a07219652171 100644 --- a/net/gwhois/Makefile +++ b/net/gwhois/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \ curl:${PORTSDIR}/ftp/curl NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/pattern PLIST_DIRS= %%DATADIR%% |