SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
23
net/p5-Net-Works/Makefile
Normal file
23
net/p5-Net-Works/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
COMMENT = sane APIs for IP addresses and networks
|
||||
|
||||
DISTNAME = Net-Works-0.22
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = net
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
RUN_DEPENDS = devel/p5-List-AllUtils \
|
||||
devel/p5-Moo \
|
||||
devel/p5-Sub-Quote \
|
||||
devel/p5-namespace-autoclean>=0.16 \
|
||||
math/p5-Math-Int128>=0.06
|
||||
|
||||
TEST_DEPENDS = devel/p5-Test-Fatal
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/p5-Net-Works/distinfo
Normal file
2
net/p5-Net-Works/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Net-Works-0.22.tar.gz) = CsmyPfvKGE4ocpskU5S8ZpOq22/EUcqplbS3GewO6f8=
|
||||
SIZE (Net-Works-0.22.tar.gz) = 41150
|
3
net/p5-Net-Works/pkg/DESCR
Normal file
3
net/p5-Net-Works/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This module provides an alternative API to NetAddr::IP that aims to address
|
||||
the biggest problems with that module's API, as well as adding some additional
|
||||
features.
|
13
net/p5-Net-Works/pkg/PLIST
Normal file
13
net/p5-Net-Works/pkg/PLIST
Normal file
|
@ -0,0 +1,13 @@
|
|||
${P5SITE}/Net/
|
||||
${P5SITE}/Net/Works/
|
||||
${P5SITE}/Net/Works.pm
|
||||
${P5SITE}/Net/Works/Address.pm
|
||||
${P5SITE}/Net/Works/Network.pm
|
||||
${P5SITE}/Net/Works/Role/
|
||||
${P5SITE}/Net/Works/Role/IP.pm
|
||||
${P5SITE}/Net/Works/Types.pm
|
||||
${P5SITE}/Net/Works/Util.pm
|
||||
@man man/man3p/Net::Works.3p
|
||||
@man man/man3p/Net::Works::Address.3p
|
||||
@man man/man3p/Net::Works::Network.3p
|
||||
@man man/man3p/Net::Works::Util.3p
|
Loading…
Add table
Add a link
Reference in a new issue