pkgsrc/devel/p5-Path-Iter/Makefile
wiz 6276f0b249 devel/p5-Path-Iter: import p5-Path-Iter-0.2
Perl module to iterate through the contents of a given path without
having to build the entire list first.
2017-12-31 13:37:29 +00:00

16 lines
480 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/12/31 13:37:29 wiz Exp $
DISTNAME= Path-Iter-0.2
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DM/DMUEY/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Path-Iter/
COMMENT= Perl module for simple efficient path iteration
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Path/Iter/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"