mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
864c69e2d4
XS (C) implementation of Net::IP. PR: 227927 Submitted by: jaap@NLnetLabs.nl
23 lines
412 B
Makefile
23 lines
412 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Net-IP-XS
|
|
PORTVERSION= 0.21
|
|
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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/IP/XS/XS.so
|
|
|
|
.include <bsd.port.mk>
|