Serializes and deserializes Path::Class objects as file:// URI.
This commit is contained in:
parent
c115227f66
commit
76e05f9193
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226564
5 changed files with 42 additions and 0 deletions
|
@ -971,6 +971,7 @@
|
|||
SUBDIR += p5-POE-Component-Server-SOAP
|
||||
SUBDIR += p5-POE-Component-Server-SimpleHTTP
|
||||
SUBDIR += p5-ParallelUA
|
||||
SUBDIR += p5-Path-Class-URI
|
||||
SUBDIR += p5-PodToHTML
|
||||
SUBDIR += p5-RT-Client-REST
|
||||
SUBDIR += p5-RT-Extension-LDAPImport
|
||||
|
|
29
www/p5-Path-Class-URI/Makefile
Normal file
29
www/p5-Path-Class-URI/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: Path::Class::URI
|
||||
# Date created: 20 Jan 2009
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Path-Class-URI
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIYAGAWA
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for serialize Path::Class objects as file:// URI
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Path-Class>0:${PORTSDIR}/devel/p5-Path-Class \
|
||||
p5-URI>0:${PORTSDIR}/net/p5-URI \
|
||||
p5-Exporter-Lite>0:${PORTSDIR}/devel/p5-Exporter-Lite
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Path::Class::URI.3 \
|
||||
Path::Class::Unicode.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-Path-Class-URI/distinfo
Normal file
3
www/p5-Path-Class-URI/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Path-Class-URI-0.04.tar.gz) = 68e679fcd0b70361fe37a9f48fd15e99
|
||||
SHA256 (Path-Class-URI-0.04.tar.gz) = 7d4aaa055c9b3c4dcb0acaba3dbb97680b6e96f6190cde5d9f53ab831d14bea9
|
||||
SIZE (Path-Class-URI-0.04.tar.gz) = 37585
|
3
www/p5-Path-Class-URI/pkg-descr
Normal file
3
www/p5-Path-Class-URI/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Serializes and deserializes Path::Class objects as file:// URI.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Path-Class-URI/
|
6
www/p5-Path-Class-URI/pkg-plist
Normal file
6
www/p5-Path-Class-URI/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Class/URI/.packlist
|
||||
%%SITE_PERL%%/Path/Class/URI.pm
|
||||
%%SITE_PERL%%/Path/Class/Unicode.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Class/URI
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Class
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path
|
Loading…
Reference in a new issue