{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
20 lines
598 B
Makefile
20 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.25 2015/07/12 18:56:17 wiz Exp $
|
|
|
|
DISTNAME= Path-Class-0.35
|
|
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}
|
|
|
|
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"
|