freebsd-ports/net-mgmt/p5-NetAddr-IP/Makefile
Adam Weinberger c7d637c91b Update to 4.078, which removes the need for the patch. Also, USE_PERL5=patch
is not necessary so remove that. While here, strip the XS file.

PR:		207523
Approved by:	maintainer timeout (> 2 weeks)
2016-03-12 19:16:18 +00:00

19 lines
411 B
Makefile

# Created by: Christopher N. Harrell <cnh@ivmg.net>
# $FreeBSD$
PORTNAME= NetAddr-IP
PORTVERSION= 4.078
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Work with IPv4 and IPv6 addresses and subnets
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/NetAddr/IP/Util/Util.so
.include <bsd.port.mk>