Path::Resource is a module for combining local file and directory manipulation
with URI manipulation. It allows you to effortlessly map local file locations to their URI equivalent. WWW: http://search.cpan.org/dist/Path-Resource/
This commit is contained in:
parent
e12a53e898
commit
da839edb33
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273431
5 changed files with 47 additions and 0 deletions
|
@ -2108,6 +2108,7 @@
|
|||
SUBDIR += p5-Path-Class
|
||||
SUBDIR += p5-Path-Dispatcher
|
||||
SUBDIR += p5-Path-Dispatcher-Declarative
|
||||
SUBDIR += p5-Path-Resource
|
||||
SUBDIR += p5-PathTools
|
||||
SUBDIR += p5-Penguin
|
||||
SUBDIR += p5-Penguin-Easy
|
||||
|
|
32
devel/p5-Path-Resource/Makefile
Normal file
32
devel/p5-Path-Resource/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: p5-Path-Resource
|
||||
# Date created: 2011-04-26
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Path-Resource
|
||||
PORTVERSION= 0.072
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:RKRIMEN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= swills@FreeBSD.org
|
||||
COMMENT= Perl module for combining local path manipulation and URI manipulation
|
||||
|
||||
BUILD_DEPENDS= p5-Path-Abstract>0:${PORTSDIR}/devel/p5-Path-Abstract \
|
||||
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
RUN_DEPENDS= p5-Path-Abstract>0:${PORTSDIR}/devel/p5-Path-Abstract \
|
||||
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
|
||||
USE_PERL= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Path::Resource.3 Path::Resource::Base.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Path-Resource/distinfo
Normal file
2
devel/p5-Path-Resource/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Path-Resource-0.072.tar.gz) = f77d5838c8d52e8f54c646960678310735a16f15601832970898bdcf53361ee5
|
||||
SIZE (Path-Resource-0.072.tar.gz) = 26851
|
5
devel/p5-Path-Resource/pkg-descr
Normal file
5
devel/p5-Path-Resource/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Path::Resource is a module for combining local file and directory manipulation
|
||||
with URI manipulation. It allows you to effortlessly map local file locations
|
||||
to their URI equivalent.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Path-Resource/
|
7
devel/p5-Path-Resource/pkg-plist
Normal file
7
devel/p5-Path-Resource/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/Path/Resource/Base.pm
|
||||
%%SITE_PERL%%/Path/Resource.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Resource/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/Path/Resource
|
||||
@dirrmtry %%SITE_PERL%%/Path
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Resource
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path
|
Loading…
Reference in a new issue