blob: a784e207a74a7532689642071f792139f30ffa78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.7 2011/08/14 12:26:44 obache Exp $
DISTNAME= Test-Tester-0.107
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
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
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|