pkgsrc/devel/p5-Test-Base/Makefile
seb 97c4875d67 Initial import of p5-Test-Base version 0.54 in the NetBSD Packages
Collection.

The Perl 5 module Test::Base provides a way to trivially write a
test framework base class.  Test::Base concentrates on offering
reusable data driven patterns, it provides some clean ways to
express input and expected output data.
2008-09-02 23:09:20 +00:00

21 lines
553 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/09/02 23:09:20 seb Exp $
#
DISTNAME= Test-Base-0.54
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-Base/
COMMENT= Perl 5 module providing a data driven testing framework
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Base/.packlist
DEPENDS+= p5-Spiffy-[0-9]*:../../devel/p5-Spiffy
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"