1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net/p5-Net-Whois-RIPE/Makefile

37 lines
877 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: p5-Net-Whois-RIPE
# Date created: Sep 11, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Net-Whois-RIPE
PORTVERSION= 1.23
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/P/PA/PAULG
PKGNAMEPREFIX= p5-
MAINTAINER= mich@FreeBSD.org
2003-02-20 19:00:52 +00:00
COMMENT= Implementation of RIPE Whois
PERL_MODBUILD= yes
MAN3= Net::Whois::RIPE::Iterator.3 \
Net::Whois::RIPE::Object.3 \
Net::Whois::RIPE.3
.include <bsd.port.pre.mk>
.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>