c6c49a7862
Upstream changes: 1.26 Thu Jul 19 2012 No changes after 1.25_01 1.25_01 Tue Jul 17 2012 + Module wasn't able to find the MANIFEST when the test file was in a subdirectory - Thanks to BBYRD - sections "AUTHOR" and "COPYRIGHT AND LICENSE" were duplicated - Thanks to BIGPRESH (once from Dist::Zilla and once in the original source) 1.25 Tue Jan 31 2012 - fix typo in documentation - Thanks to BIGPRESH
18 lines
510 B
Makefile
18 lines
510 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/09/05 06:30:44 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Test-CheckManifest-1.26
|
|
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"
|