pkgsrc/devel/p5-Module-Install-AuthorRequires/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

20 lines
646 B
Makefile

# $NetBSD: Makefile,v 1.2 2015/06/12 10:49:26 wiz Exp $
DISTNAME= Module-Install-AuthorRequires-0.02
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://cpan.metacpan.org/authors/id/F/FL/FLORA/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~flora/Module-Install-AuthorRequires/
COMMENT= Module::Install::AuthorRequires - declare author-only dependencies
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Test-NoTabs-[0-9]*:../../devel/p5-Test-NoTabs
PERL5_PACKLIST= auto/Module/Install/AuthorRequires/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"