SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

23
net/p5-Net-Works/Makefile Normal file
View 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>

View file

@ -0,0 +1,2 @@
SHA256 (Net-Works-0.22.tar.gz) = CsmyPfvKGE4ocpskU5S8ZpOq22/EUcqplbS3GewO6f8=
SIZE (Net-Works-0.22.tar.gz) = 41150

View 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.

View 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