diff options
author | az <az@FreeBSD.org> | 2013-09-06 15:00:15 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-06 15:00:15 +0800 |
commit | 4a974f7a97236c021000c251f225f93a8c83c073 (patch) | |
tree | e056c71dcec2891a27063c3d2ff95b45626ce6d4 /net/ripe-whois | |
parent | c7c1b29414ff9b888909bbde25a8fc0b56b8cb47 (diff) | |
download | freebsd-ports-graphics-4a974f7a97236c021000c251f225f93a8c83c073.tar.gz freebsd-ports-graphics-4a974f7a97236c021000c251f225f93a8c83c073.tar.zst freebsd-ports-graphics-4a974f7a97236c021000c251f225f93a8c83c073.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net/ripe-whois')
-rw-r--r-- | net/ripe-whois/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ripe-whois/Makefile b/net/ripe-whois/Makefile index df5ee30e6e4..78bd8dc187f 100644 --- a/net/ripe-whois/Makefile +++ b/net/ripe-whois/Makefile @@ -14,7 +14,8 @@ DISTNAME= whois3-${PORTVERSION} MAINTAINER= lerik@nolink.net COMMENT= The RIPE whois client version 3 -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build GNU_CONFIGURE= yes |