pkgsrc/devel/p5-Test-Reporter/Makefile
sno 8a72743686 pkgsrc changes:
- Updating package for p5 module Test::Reporter from 1.5203 to 1.54

Upstream changes:
1.54 Sun May 31 21:39:12 EDT 2009
        - POD updates
        - Update Module::Install to 0.91

1.53_03 Thu Apr 16 12:30:49 EDT 2009
        - Transmit report body line-by-line with Net::SMTP (or Net::SMTP::TLS)

1.53_02 Wed Apr 15 13:30:53 EDT 2009
        - with Net::SMTP transport, if lines are longer than 100
          characters, the email will be encoded with quoted-printable

1.53_01 Tue Apr  7 11:01:37 EDT 2009
        - added optional 'distfile' argument to support
          T::R::Transport::Metabase
        - reports link to the wiki rather than www.cpantesters.org;
          also added cpan-testers-discuss as place to send Q's
        - improved diagnostic output if editor fails to launch
        - changed Makefile.Pl to Module::Install
2009-06-01 19:13:56 +00:00

19 lines
515 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/06/01 19:13:56 sno Exp $
#
DISTNAME= Test-Reporter-1.54
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
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Reporter/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"