pkgsrc-wip/p5-PathTools/Makefile
David Brownlee cc72d16880 Fix .packlist path - its auto/Cwd/.packlist, not auto/PathTools/.packlist
While here, update to p5-PathTools-3.12
2005-10-24 11:14:25 +00:00

19 lines
539 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/10/24 11:14:25 absd Exp $
DISTNAME= PathTools-3.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/dist/PathTools/
COMMENT= Perl module for portably manipulating file specifications
DEPENDS= p5-Scalar-List-Utils>=1.14:../../devel/p5-Scalar-List-Utils
CONFIGURE_ARGS+= DEFINE="-DHAS_GETCWD"
PERL5_PACKLIST= auto/Cwd/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"