pkgsrc/devel/p5-Module-Manifest/Makefile
wiz 337ea28fd2 p5-Module-Manifest: update to 1.09.
1.09      2017-12-20 01:34:15Z
        - switch packaging to Dist::Zilla, which makes the distribution
          installable again on perl 5.27.7  (See RT#123867)
2017-12-30 14:01:11 +00:00

24 lines
731 B
Makefile

# $NetBSD: Makefile,v 1.11 2017/12/30 14:01:11 wiz Exp $
#
DISTNAME= Module-Manifest-1.09
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-Manifest/
COMMENT= Parse and examine a Perl distribution MANIFEST file
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= p5-Test-Warn>=0.11:../../devel/p5-Test-Warn
DEPENDS+= p5-Params-Util>=0.10:../../devel/p5-Params-Util
USE_LANGUAGES= # empty
MAKE_ENV+= PERL_USE_UNSAFE_INC=1
PERL5_PACKLIST= auto/Module/Manifest/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"