Test::CheckManifest is a module for authors of Perl5 modules to verify their MANIFEST files. Invalid MANIFEST files usually results in failing smoke tests and more module uploads than necessary.
20 lines
549 B
Makefile
20 lines
549 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/14 18:02:00 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Test-CheckManifest-1.21
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-CheckManifest/
|
|
COMMENT= Check if MANIFEST of perl module matches it's distro
|
|
LICENSE= artistic-2.0
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/CheckManifest/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|