diff options
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%% |