Import p5-Net-IP from pkgsrc-wip. Packaged by Adrian Portelli, and
slightly modified by me. This is the Net::IP module, designed to allow easy manipulation of IPv4 and IPv6 addresses.
This commit is contained in:
parent
794d908509
commit
69710abf06
4 changed files with 28 additions and 0 deletions
2
net/p5-Net-IP/DESCR
Normal file
2
net/p5-Net-IP/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This is the Net::IP module, designed to allow easy manipulation of
|
||||
IPv4 and IPv6 addresses.
|
21
net/p5-Net-IP/Makefile
Normal file
21
net/p5-Net-IP/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/02/17 04:28:25 minskim Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Net-IP-1.20
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
||||
|
||||
MAINTAINER= adrianp@stindustries.net
|
||||
HOMEPAGE= http://search.cpan.org/~manu/Net-IP-1.20/
|
||||
COMMENT= Perl extension for manipulating IPv4/IPv6 addresses
|
||||
|
||||
DEPENDS+= p5-Math-BigInteger-[0-9]*:../../math/p5-Math-BigInteger
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
USE_BUILDLINK3= yes
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/IP/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
net/p5-Net-IP/PLIST
Normal file
1
net/p5-Net-IP/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/17 04:28:25 minskim Exp $
|
4
net/p5-Net-IP/distinfo
Normal file
4
net/p5-Net-IP/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/02/17 04:28:25 minskim Exp $
|
||||
|
||||
SHA1 (Net-IP-1.20.tar.gz) = d21fe76be69ad87b9e7dc393fca7db68fd6c846b
|
||||
Size (Net-IP-1.20.tar.gz) = 24630 bytes
|
Loading…
Reference in a new issue