pkgsrc/devel/p5-Test-Inter/Makefile
hiramatsu 5844e1e3bb Update p5-Test-Inter to 1.03.
Changes from previous:
Version 1.02  2011-06-23
   Added 'width' method.
   Updated some tests which did not run correctly with perl 5.015.  Renee Baecker

Version 1.03  2011-06-28
   Missed one of the tests that fail with perl 5.015.
2011-11-12 02:25:42 +00:00

20 lines
531 B
Makefile

# $NetBSD: Makefile,v 1.5 2011/11/12 02:25:42 hiramatsu Exp $
#
DISTNAME= Test-Inter-1.03
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Inter/
COMMENT= Perl 5 framework for more readable interactive tests
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Inter/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"