mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add devel/p5-Path-Tiny 0.004, a Perl module for working with
file paths.
This commit is contained in:
parent
8223104124
commit
5ccdda5493
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311762
@ -2461,6 +2461,7 @@
|
||||
SUBDIR += p5-Path-Dispatcher
|
||||
SUBDIR += p5-Path-Dispatcher-Declarative
|
||||
SUBDIR += p5-Path-Resource
|
||||
SUBDIR += p5-Path-Tiny
|
||||
SUBDIR += p5-PathTools
|
||||
SUBDIR += p5-Penguin
|
||||
SUBDIR += p5-Penguin-Easy
|
||||
|
23
devel/p5-Path-Tiny/Makefile
Normal file
23
devel/p5-Path-Tiny/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Path-Tiny
|
||||
PORTVERSION= 0.004
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= File path utility
|
||||
|
||||
BUILD_DEPENDS= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
|
||||
p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Path::Tiny.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Path-Tiny/distinfo
Normal file
2
devel/p5-Path-Tiny/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Path-Tiny-0.004.tar.gz) = 0da8951d3b97cc5183b0432e8c69ab46ee9652ae6ed74621e75a9b46d1b38c68
|
||||
SIZE (Path-Tiny-0.004.tar.gz) = 27956
|
5
devel/p5-Path-Tiny/pkg-descr
Normal file
5
devel/p5-Path-Tiny/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This module attempts to provide a small, fast utility for working with
|
||||
file paths. It is friendlier to use than File::Spec and provides
|
||||
easy access to functions from several other core file handling modules.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Path-Tiny/
|
5
devel/p5-Path-Tiny/pkg-plist
Normal file
5
devel/p5-Path-Tiny/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Path/Tiny.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Tiny/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Tiny
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path
|
||||
@dirrmtry %%SITE_PERL%%/Path
|
Loading…
Reference in New Issue
Block a user