mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
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:
@@ -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>
|
||||
@@ -0,0 +1,2 @@
|
||||
SHA256 (Net-ASN-1.08.tar.gz) = kwUh1DJ5l8VlFQbmFqnHprIWje5+yozdBaGPKJoFGLM=
|
||||
SIZE (Net-ASN-1.08.tar.gz) = 6704
|
||||
@@ -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.
|
||||
@@ -0,0 +1,3 @@
|
||||
${P5SITE}/Net/
|
||||
${P5SITE}/Net/ASN.pm
|
||||
@man man/man3p/Net::ASN.3p
|
||||
Reference in New Issue
Block a user