Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.4 2013/05/31 12:42:16 wiz Exp $
DISTNAME= Text-Patch-1.8
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
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"