11962b714e
Upstream changes: Version 1.04 2013-03-18 The __nl__ substitution wasn't happening. Version 1.05 2013-03-20 Fixed the Build.PL/Makefile.PL scripts to not install the example scripts. RT 84091
18 lines
490 B
Makefile
18 lines
490 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/09/05 07:55:18 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Test-Inter-1.05
|
|
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}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/Inter/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|