9a1c7c905b
Upstream changes: [Changes for 0.10 - 2012-09-11] * LICENSING CHANGE: This compilation and all individual files in it are now under the nullary CC0 1.0 Universal terms: To the extent possible under law, ... has waived all copyright and related or neighboring rights to Test-use-ok. * Update t/01-basic.t to work with Test::Simple 0.98_02 and later. Reported by andk++
16 lines
446 B
Makefile
16 lines
446 B
Makefile
# $NetBSD: Makefile,v 1.8 2012/11/13 14:46:25 wen Exp $
|
|
|
|
DISTNAME= Test-use-ok-0.11
|
|
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-use-ok/
|
|
COMMENT= Alternative to Test::More::use_ok
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/use/ok/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|