5e28a3753a
0.109 Add minimal support for note and explain (i.e. don't crash).
16 lines
483 B
Makefile
16 lines
483 B
Makefile
# $NetBSD: Makefile,v 1.12 2013/09/05 19:07:07 wiz Exp $
|
|
|
|
DISTNAME= Test-Tester-0.109
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Tester/
|
|
COMMENT= Perl5 module to ease testing test modules built with Test::Builder
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/Tester/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|