pkgsrc/devel/p5-Test-Manifest/Makefile

17 lines
461 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.1.1.1 2005/11/23 21:59:00 wiz Exp $
DISTNAME= Test-Manifest-1.14
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Manifest/
COMMENT= Perl5 module to choose test order
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Manifest/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"