pkgsrc/devel/p5-Path-Class/Makefile
sno 0ee7553beb Updating devel/p5-Path-Class from 0.19nb1 to 0.21
Upstream changes:
0.21 - Tue Aug 17 19:13:13 CDT 2010
 - Don't test the 'iomode' option under 5.6, because layers aren't
   supported yet.
 - Fixes to spelling errors in the docmuentatino. [Ansgar Burchardt
   and Debian patchers]
2010-08-27 06:31:40 +00:00

24 lines
676 B
Makefile

# $NetBSD: Makefile,v 1.9 2010/08/27 06:31:40 sno Exp $
#
DISTNAME= Path-Class-0.21
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWILLIAMS/}
MAINTAINER= bad@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Path-Class/
COMMENT= Cross-platform path specification manipulation
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Path/Class/.packlist
DEPENDS+= {perl>=5.10.0,p5-PathTools>=3.19}:../../devel/p5-PathTools
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"