19 lines
565 B
Makefile
19 lines
565 B
Makefile
# $NetBSD: Makefile,v 1.19 2017/06/05 14:23:45 ryoon Exp $
|
|
|
|
DISTNAME= Test-NoWarnings-1.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 7
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-NoWarnings/
|
|
COMMENT= Make sure tests of Perl5 modules did not emit any warnings
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
DEPENDS+= p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple
|
|
|
|
PERL5_PACKLIST= auto/Test/NoWarnings/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|