mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
Add p5-IRI 0.009
The IRI module provides an object representation for Internationalized Resource Identifiers (IRIs) as defined by RFC 3987 and supports their parsing, serializing, and base resolution. WWW: https://metacpan.org/release/IRI
This commit is contained in:
parent
2cd55f201d
commit
a425179b3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484707
@ -2780,6 +2780,7 @@
|
||||
SUBDIR += p5-IPC-ShellCmd
|
||||
SUBDIR += p5-IPC-Signal
|
||||
SUBDIR += p5-IPC-System-Simple
|
||||
SUBDIR += p5-IRI
|
||||
SUBDIR += p5-Import-Base
|
||||
SUBDIR += p5-Import-Into
|
||||
SUBDIR += p5-Importer
|
||||
|
29
devel/p5-IRI/Makefile
Normal file
29
devel/p5-IRI/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= IRI
|
||||
PORTVERSION= 0.009
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:GWILLIAMS
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Internationalized Resource Identifiers
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Moo>=0:devel/p5-Moo \
|
||||
p5-MooX-HandlesVia>=0:devel/p5-MooX-HandlesVia \
|
||||
p5-Type-Tiny>=0.008:devel/p5-Type-Tiny
|
||||
TEST_DEPENDS= p5-Try-Tiny>=0:lang/p5-Try-Tiny \
|
||||
p5-URI>=0:net/p5-URI
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-IRI/distinfo
Normal file
3
devel/p5-IRI/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1541857714
|
||||
SHA256 (IRI-0.009.tar.gz) = e4d03b62e359747ed7ed455349ed0fd09f0ae7e93dc53807d469199026e5c89f
|
||||
SIZE (IRI-0.009.tar.gz) = 28387
|
5
devel/p5-IRI/pkg-descr
Normal file
5
devel/p5-IRI/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
The IRI module provides an object representation for Internationalized Resource
|
||||
Identifiers (IRIs) as defined by RFC 3987 and supports their parsing,
|
||||
serializing, and base resolution.
|
||||
|
||||
WWW: https://metacpan.org/release/IRI
|
2
devel/p5-IRI/pkg-plist
Normal file
2
devel/p5-IRI/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/IRI.pm
|
||||
%%PERL5_MAN3%%/IRI.3.gz
|
Loading…
Reference in New Issue
Block a user