pkgsrc/devel/p5-File-ShareDir/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

21 lines
616 B
Makefile

# $NetBSD: Makefile,v 1.14 2015/06/12 10:49:14 wiz Exp $
DISTNAME= File-ShareDir-1.102
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/File-ShareDir/
COMMENT= Get a generic path to the share directory
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Class-Inspector>=1.12:../../devel/p5-Class-Inspector
USE_LANGUAGES= # empty
PERL5_MODULE_TYPE= Module::Install::Bundled
PERL5_PACKLIST= auto/File/ShareDir/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"