pkgsrc/devel/p5-Module-Metadata/Makefile
mef f12a6e2f8a Update to 1.000027
------------------
1.000027  2015-04-11 00:21:26Z
  - work around issues with an unconfigured Log::Contextual (Kent Fredric)
  - allow tests to pass in a perl with no taint support (James Raspass)
2015-04-12 09:20:15 +00:00

17 lines
514 B
Makefile

# $NetBSD: Makefile,v 1.5 2015/04/12 09:20:15 mef Exp $
DISTNAME= Module-Metadata-1.000027
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Module-Metadata/
COMMENT= Gather package and POD information from perl module files
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Module/Metadata/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"