blob: 9c0e5cea2faea59da95cf67a1ee309382ec3839d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:14 jlam Exp $
DISTNAME= Test-Builder-Tester-1.01
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tbt
PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= seb@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Builder-Tester/
COMMENT= Perl5 module to test testsuites built with Test::Builder
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Builder/Tester/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|