pkgsrc/devel/p5-Algorithm-Annotate/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

18 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.20 2015/06/12 10:48:52 wiz Exp $
DISTNAME= Algorithm-Annotate-0.10
PKGNAME= p5-${DISTNAME}
PKGREVISION= 11
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Algorithm-Annotate/
COMMENT= Perl module that provides cvs-annotate-like functionality
DEPENDS+= p5-Algorithm-Diff>=1.15:../../devel/p5-Algorithm-Diff
PERL5_PACKLIST= auto/Algorithm/Annotate/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"