pkgsrc/devel/p5-Algorithm-Annotate/Makefile
2019-08-11 13:17:48 +00:00

18 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.25 2019/08/11 13:18:48 wiz Exp $
DISTNAME= Algorithm-Annotate-0.10
PKGNAME= p5-${DISTNAME}
PKGREVISION= 15
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/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"