Import URI-Nested 0.10

A perl library for nested URIs.

OK bluhm@
This commit is contained in:
abieber 2022-11-10 03:33:54 +00:00
parent 69250a39b2
commit 57b72e36c2
4 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,19 @@
COMMENT = nested URIs
DISTNAME = URI-Nested-0.10
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
BUILD_DEPENDS = devel/p5-Module-Build>=0.30
RUN_DEPENDS = www/p5-URI>=1.40
CONFIGURE_STYLE = modbuild
PKG_ARCH = *
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (URI-Nested-0.10.tar.gz) = 4ZcTOaZfusY6uHFC1LWdPSWdUUF3U8d8tY6jGoIz768=
SIZE (URI-Nested-0.10.tar.gz) = 6170

View File

@ -0,0 +1,3 @@
This class provides support for nested URIs, where the scheme is a prefix, and
the remainder of the URI is another URI. Examples include JDBC URIs and
database URIs.

View File

@ -0,0 +1,2 @@
${P5SITE}/URI/Nested.pm
@man man/man3p/URI::Nested.3p