diff options
author | Michael Landin <mich@FreeBSD.org> | 2006-05-10 12:22:53 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2006-05-10 12:22:53 +0000 |
commit | 163fe39007aee5b70f2bf4e3b0b171b56122765b (patch) | |
tree | 8f13920c4e509686f0f3b3bcc9b9e2278f9c9ae9 /net/p5-Net-Whois-RIPE/Makefile | |
parent | 7203c5e214e66c912fbd479962279b31d45568ea (diff) | |
download | ports-163fe39007aee5b70f2bf4e3b0b171b56122765b.tar.gz ports-163fe39007aee5b70f2bf4e3b0b171b56122765b.zip |
Notes
Diffstat (limited to 'net/p5-Net-Whois-RIPE/Makefile')
-rw-r--r-- | net/p5-Net-Whois-RIPE/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/net/p5-Net-Whois-RIPE/Makefile b/net/p5-Net-Whois-RIPE/Makefile index d67cbf12894e..31d86a98ac21 100644 --- a/net/p5-Net-Whois-RIPE/Makefile +++ b/net/p5-Net-Whois-RIPE/Makefile @@ -7,16 +7,16 @@ # PORTNAME= Net-Whois-RIPE -PORTVERSION= 1.22 +PORTVERSION= 1.23 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Net +MASTER_SITE_SUBDIR= ../by-authors/id/P/PA/PAULG PKGNAMEPREFIX= p5- MAINTAINER= mich@FreeBSD.org COMMENT= Implementation of RIPE Whois -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Net::Whois::RIPE::Iterator.3 \ Net::Whois::RIPE::Object.3 \ @@ -26,6 +26,11 @@ MAN3= Net::Whois::RIPE::Iterator.3 \ .if ${PERL_LEVEL} < 500601 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO.pm:${PORTSDIR}/devel/p5-IO +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +post-patch: + ${REINPLACE_CMD} -e '/warnings/d' ${WRKSRC}/Build.PL +post-configure: + ${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile .endif .include <bsd.port.post.mk> |