cded85f907
Approved by: tobez
24 lines
528 B
Makefile
24 lines
528 B
Makefile
# Created by: Christopher N. Harrell <cnh@ivmg.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= NetAddr-IP
|
|
PORTVERSION= 4.079
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Work with IPv4 and IPv6 addresses and subnets
|
|
|
|
LICENSE= ART10 GPLv2
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_ART10= ${WRKSRC}/Artistic
|
|
LICENSE_FILE_GPLv2= ${WRKSRC}/Copying
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/NetAddr/IP/Util/Util.so
|
|
|
|
.include <bsd.port.mk>
|