98a549ae17
Upstream changes: 1.59 2013-06-05 23:10:30 America/New_York [FIXED] - Fixed bug in finding right perl for -V output [rt.cpan.org #85823] 1.58 2011-07-19 12:07:53 America/New_York - Deprecates email-transport related attributes and methods - Adds new 'Null' transport as default - Removes legacy transport classes (See Test::Reporter::Transport::Legacy if needed) - Removes 'cpantest' command line program
18 lines
507 B
Makefile
18 lines
507 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/06/07 00:37:03 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Test-Reporter-1.59
|
|
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}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/Reporter/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|