diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-02-17 18:03:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-02-17 18:03:48 +0000 |
commit | 880c97489f8897a66daf702182064ca8414923b2 (patch) | |
tree | b484b0e9e75b5369171c6275a2768af5786a0cb5 /dns/p5-Net-RBLClient | |
parent | 7d6ffcee0bc56e1e4e0fb2061a155fa2a830a36e (diff) | |
download | ports-880c97489f8897a66daf702182064ca8414923b2.tar.gz ports-880c97489f8897a66daf702182064ca8414923b2.zip |
Notes
Diffstat (limited to 'dns/p5-Net-RBLClient')
-rw-r--r-- | dns/p5-Net-RBLClient/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/p5-Net-RBLClient/Makefile b/dns/p5-Net-RBLClient/Makefile index f973afffdcae..04ffa26c44b2 100644 --- a/dns/p5-Net-RBLClient/Makefile +++ b/dns/p5-Net-RBLClient/Makefile @@ -17,10 +17,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure +NO_ARCH= yes WRKSRC= ${WRKDIR}/RBLCLient-${PORTVERSION} .include <bsd.port.mk> |