pkgsrc/devel/p5-Test-Needs/Makefile

20 lines
478 B
Makefile
Raw Normal View History

2018-08-22 11:43:40 +02:00
# $NetBSD: Makefile,v 1.4 2018/08/22 09:44:48 wiz Exp $
DISTNAME= Test-Needs-0.002005
PKGNAME= p5-${DISTNAME}
2018-08-22 11:43:40 +02:00
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= wen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Needs/
COMMENT= Skip tests when modules not available
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Needs/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"