mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Minimal functions from Net::IP
WWW: http://search.cpan.org/dist/Net-IP-Minimal/
This commit is contained in:
parent
af4526daae
commit
5760eef8fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292413
5 changed files with 34 additions and 0 deletions
|
@ -578,6 +578,7 @@
|
|||
SUBDIR += p5-Net-HTTP
|
||||
SUBDIR += p5-Net-Hiveminder
|
||||
SUBDIR += p5-Net-INET6Glue
|
||||
SUBDIR += p5-Net-IP-Minimal
|
||||
SUBDIR += p5-Net-IP-RangeCompare
|
||||
SUBDIR += p5-Net-IPTrie
|
||||
SUBDIR += p5-Net-IRR
|
||||
|
|
21
net/p5-Net-IP-Minimal/Makefile
Normal file
21
net/p5-Net-IP-Minimal/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: p5-Net-IP-Minimal
|
||||
# Date created: 2012-02-28
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-IP-Minimal
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Minimal functions from Net::IP
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::IP::Minimal.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/p5-Net-IP-Minimal/distinfo
Normal file
2
net/p5-Net-IP-Minimal/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Net-IP-Minimal-0.02.tar.gz) = e02e01fe921bb4a10d7a5ffa973805df220f8de4e4db121eb0dbb9de39c6e10f
|
||||
SIZE (Net-IP-Minimal-0.02.tar.gz) = 10828
|
3
net/p5-Net-IP-Minimal/pkg-descr
Normal file
3
net/p5-Net-IP-Minimal/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Minimal functions from Net::IP
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-IP-Minimal/
|
7
net/p5-Net-IP-Minimal/pkg-plist
Normal file
7
net/p5-Net-IP-Minimal/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/Minimal/.packlist
|
||||
%%SITE_PERL%%/Net/IP/Minimal.pm
|
||||
@dirrmtry %%SITE_PERL%%/Net/IP
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/Minimal
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
Loading…
Add table
Reference in a new issue