freebsd-ports/net-mgmt/p5-Net-IP/Makefile
Baptiste Daroussin b347149373 math/p5-Math-BigInt is part of perl core modules since at least 5.6+
the lowest version of perl available in ports is 5.8.9 which embed version
1.89 of Math::BigInt which is the same as the one available in
math/p5-Math-BigInt, so remove the useless dependency.
Keeping math/p5-Math-BigInt as it evolves alone

Bump port revision
2010-09-22 07:48:02 +00:00

30 lines
681 B
Makefile

# New ports collection makefile for: p5-Net-IP
# Date created: 30 May 2002
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
#
# $FreeBSD$
#
PORTNAME= Net-IP
PORTVERSION= 1.25
PORTREVISION= 2
CATEGORIES= net-mgmt perl5 ipv6
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= dougb@FreeBSD.org
COMMENT= Perl extension for manipulating IPv4/IPv6 addresses
PERL_CONFIGURE= yes
MAN3= Net::IP.3
post-configure:
${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile
post-patch:
@${CP} ${WRKSRC}/IP.pm ${WRKSRC}/IP.pm.presed
@${SED} -e "1853s#\\s+#\s*#g" ${WRKSRC}/IP.pm.presed > \
${WRKSRC}/IP.pm
.include <bsd.port.mk>