pkgsrc/textproc/p5-Text-Patch/Makefile
wiz 2e65d464e8 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:50:58 +00:00

21 lines
552 B
Makefile

# $NetBSD: Makefile,v 1.6 2015/06/12 10:51:32 wiz Exp $
DISTNAME= Text-Patch-1.8
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= perl5 textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Perl5 module patches text with given patch
HOMEPAGE= http://search.cpan.org/dist/Text-Patch/
LICENSE= gnu-gpl-v2
DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Text/Patch/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"