pkgsrc/devel/p5-Test-Differences/Makefile
wiz 8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00

22 lines
631 B
Makefile

# $NetBSD: Makefile,v 1.10 2012/10/03 21:55:41 wiz Exp $
DISTNAME= Test-Differences-0.61
PKGNAME= p5-${DISTNAME}00
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/perldoc?Test::Differences
COMMENT= Test strings and data structures and show differences if not ok
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Text-Diff>=0.35:../../textproc/p5-Text-Diff
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Differences/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"