Add net-mgmt/Net-IP-XS

XS (C) implementation of Net::IP.

PR:		227927
Submitted by:	jaap@NLnetLabs.nl
This commit is contained in:
Kirill Ponomarev 2018-05-03 17:34:25 +00:00
parent f0a173ee2d
commit 864c69e2d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468948
5 changed files with 33 additions and 0 deletions

View File

@ -249,6 +249,7 @@
SUBDIR += p5-Net-IP-Match-Regexp
SUBDIR += p5-Net-IP-Match-XS
SUBDIR += p5-Net-IP-Resolver
SUBDIR += p5-Net-IP-XS
SUBDIR += p5-Net-IPAddress
SUBDIR += p5-Net-IPv4Addr
SUBDIR += p5-Net-IPv6Addr

View File

@ -0,0 +1,22 @@
# $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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1525262548
SHA256 (Net-IP-XS-0.21.tar.gz) = ae9194101adaee050c342475b1ed6674b66cfa1d35fced59d994ae4b34123e78
SIZE (Net-IP-XS-0.21.tar.gz) = 63962

View File

@ -0,0 +1,4 @@
XS (C) implementation of Net::IP. See Net::IP's documentation (as
at version 1.25) for the functions and methods that are available.
WWW: http://search.cpan.org/dist/Net-IP-XS/

View File

@ -0,0 +1,3 @@
%%SITE_ARCH%%/Net/IP/XS.pm
%%SITE_ARCH%%/auto/Net/IP/XS/XS.so
%%PERL5_MAN3%%/Net::IP::XS.3.gz