899a8b435a
PR: 238531 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
27 lines
550 B
Makefile
27 lines
550 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Net-IP-XS
|
|
PORTVERSION= 0.21
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:TOMHRR
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jaap@NLnetLabs.nl
|
|
COMMENT= XS implementation of Net::IP
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= p5-IO-Capture>=0:devel/p5-IO-Capture \
|
|
p5-Tie-Simple>=0:devel/p5-Tie-Simple
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/IP/XS/XS.so
|
|
|
|
.include <bsd.port.mk>
|