pkgsrc/devel/p5-Path-FindDev/Makefile
wen ac59ae86e3 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.
2015-03-05 14:23:20 +00:00

20 lines
657 B
Makefile

# $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"