4286de2819
pkgsrc changes: - Adding license definition Upstream changes: 1.56 2010-03-14 23:26:00 EST5EDT - Convert line endings during read() [Issue identified by Serguei Trouchelle] 1.55 2010-03-12 11:44:05 EST5EDT - Preserve distfile through write() and read() [patch by Dan Collins] - Regenerate _myconfig data during read() method
20 lines
541 B
Makefile
20 lines
541 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/03/15 19:14:08 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Test-Reporter-1.56
|
|
PKGNAME= p5-${DISTNAME}00
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Base/
|
|
COMMENT= Perl module which sends test results to cpan-testers@perl.org
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/Reporter/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|