Path::FindDev is used to find a development path somewhere in an upper

hierarchy. It is mostly a glue layer around Path::IsDev with a few
directory walking tricks.

WWW: http://search.cpan.org/dist/Path-FindDev/
This commit is contained in:
Frederic Culot 2014-02-10 14:32:34 +00:00
parent 3ed044f26b
commit b5eb47af7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343640
5 changed files with 40 additions and 0 deletions

View File

@ -2528,6 +2528,7 @@
SUBDIR += p5-Path-Class-File-Lockable
SUBDIR += p5-Path-Dispatcher
SUBDIR += p5-Path-Dispatcher-Declarative
SUBDIR += p5-Path-FindDev
SUBDIR += p5-Path-IsDev
SUBDIR += p5-Path-Iterator-Rule
SUBDIR += p5-Path-Resource

View File

@ -0,0 +1,26 @@
# Created by: Frederic Culot <culot@FreeBSD.org>
# $FreeBSD$
PORTNAME= Path-FindDev
PORTVERSION= 0.4.1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KENTNL
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Find a development path in an upper hierarchy
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Class-Tiny>=0.010:${PORTSDIR}/devel/p5-Class-Tiny \
p5-Path-IsDev>=0.2.2:${PORTSDIR}/devel/p5-Path-IsDev \
p5-Path-Tiny>=0.038:${PORTSDIR}/devel/p5-Path-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Simple>=0.99:${PORTSDIR}/devel/p5-Test-Simple
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Path-FindDev-0.4.1.tar.gz) = 961e89026473e5c0f891fb0d0d1e7b49ce965180e03131dd7021d4e9754ba76d
SIZE (Path-FindDev-0.4.1.tar.gz) = 34255

View File

@ -0,0 +1,5 @@
Path::FindDev is used to find a development path somewhere in an upper
hierarchy. It is mostly a glue layer around Path::IsDev with a few
directory walking tricks.
WWW: http://search.cpan.org/dist/Path-FindDev/

View File

@ -0,0 +1,6 @@
%%SITE_PERL%%/Path/FindDev.pm
%%SITE_PERL%%/Path/FindDev/Object.pm
%%PERL5_MAN3%%/Path::FindDev.3.gz
%%PERL5_MAN3%%/Path::FindDev::Object.3.gz
@dirrm %%SITE_PERL%%/Path/FindDev
@dirrmtry %%SITE_PERL%%/Path