19 lines
522 B
Makefile
19 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.19 2019/08/11 13:20:36 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Test-Reporter-1.62
|
|
PKGNAME= p5-${DISTNAME}00
|
|
PKGREVISION= 5
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Test-Base
|
|
COMMENT= Perl module which sends test results to cpan-testers@perl.org
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/Reporter/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|