Import Path-FindDev-0.5.2 as devel/p5-Path-FindDev
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.
This commit is contained in:
parent
579051e366
commit
ac59ae86e3
3 changed files with 28 additions and 0 deletions
3
devel/p5-Path-FindDev/DESCR
Normal file
3
devel/p5-Path-FindDev/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
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.
|
20
devel/p5-Path-FindDev/Makefile
Normal file
20
devel/p5-Path-FindDev/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/03/05 14:23:20 wen Exp $
|
||||
|
||||
DISTNAME= Path-FindDev-0.5.2
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KE/KENTNL/}
|
||||
|
||||
MAINTAINER= wen@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Path-FindDev/
|
||||
COMMENT= Find a development path in an upper hierarchy
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PERL5_PACKLIST= auto/Path/FindDev/.packlist
|
||||
|
||||
DEPENDS+= p5-Path-IsDev>=0.2.2:../../devel/p5-Path-IsDev
|
||||
DEPENDS+= p5-Class-Tiny>=0.010:../../devel/p5-Class-Tiny
|
||||
DEPENDS+= p5-Path-Tiny>=0.054:../../filesystems/p5-Path-Tiny
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-Path-FindDev/distinfo
Normal file
5
devel/p5-Path-FindDev/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/03/05 14:23:20 wen Exp $
|
||||
|
||||
SHA1 (Path-FindDev-0.5.2.tar.gz) = f9b8943db362d148616b130e45a0e425601a5096
|
||||
RMD160 (Path-FindDev-0.5.2.tar.gz) = fbf5b661365ba0486bd4fbe10224fad5c6361f04
|
||||
Size (Path-FindDev-0.5.2.tar.gz) = 41803 bytes
|
Loading…
Reference in a new issue