fcb7491d16
------------------- 1.29 2015-01-05 [DOCUMENTATION] * document dir/file feature that was added in 1.27 (pr#2 - Thanks to Doug Hoyte (FRACTAL)) 1.28 2014-01-19 + fix bug where some files in the selftest were skipped while the files where added to the dist. 1.27 2014-01-17 + added feature to specify path of MANIFEST or directory where it is stored
18 lines
511 B
Makefile
18 lines
511 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/01/28 02:00:12 mef Exp $
|
|
#
|
|
|
|
DISTNAME= Test-CheckManifest-1.29
|
|
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
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/CheckManifest/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|