import ports/net/p5-Net-ASN, tweak/ok tb@

Net::ASN provides functions for parsing autonomous system numbers (ASNs)
as defined in RFC 1771 and extended by RFC4893, also converting between
formats discussed in RFC5396.

Both an OO implementation (method based) and non-OO (function based) are
provided for convenience.
This commit is contained in:
sthen
2025-02-05 14:17:50 +00:00
parent ad30940204
commit c2e2d5cb3d
4 changed files with 22 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
COMMENT= Perl extension to manipulate autonomous system (AS) numbers
MODULES= cpan
DISTNAME= Net-ASN-1.08
CATEGORIES= net
PKG_ARCH= *
# Perl
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>
+2
View File
@@ -0,0 +1,2 @@
SHA256 (Net-ASN-1.08.tar.gz) = kwUh1DJ5l8VlFQbmFqnHprIWje5+yozdBaGPKJoFGLM=
SIZE (Net-ASN-1.08.tar.gz) = 6704
+6
View File
@@ -0,0 +1,6 @@
Net::ASN provides functions for parsing autonomous system numbers (ASNs)
as defined in RFC 1771 and extended by RFC4893, also converting between
formats discussed in RFC5396.
Both an OO implementation (method based) and non-OO (function based) are
provided for convenience.
+3
View File
@@ -0,0 +1,3 @@
${P5SITE}/Net/
${P5SITE}/Net/ASN.pm
@man man/man3p/Net::ASN.3p