b347149373
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
30 lines
681 B
Makefile
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>
|