b7d8c0b001
pkgsrc changes: - Adjusting HOMEPAGE URI and dependencies Upstream changes: 0.18 - Sun Dec 20 10:11:02 CST 2009 - Similar to the next() bug for files/directories named "0" or "0.0" in the previous release, the children() and recurse() methods have now been fixed in the same way. [spotted by ARTHAS, MSISK]
23 lines
660 B
Makefile
23 lines
660 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/01/16 15:16:37 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Path-Class-0.18
|
|
PKGNAME= p5-${DISTNAME}
|
|
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"
|