pkgsrc/devel/p5-Alien-Base-ModuleBuild/Makefile
mef 5595942110 (devel/p5-Alien-Base-ModuleBuild) Updated to 1.14
1.14      2020-02-05 19:08:06 -0700
  - Add use strict and warnings to generated Install/Files.pm
      modules (gh#17)

1.12      2020-02-02 06:00:12 -0700
  - Add List::Util and Text::ParseWords prereqs back.
      They were accidentally removed from prereqs in 1.10.
          (gh#16)

1.11      2020-01-31 13:52:17 -0700
  - Remove test dependency on Acme::Alien::DontPanic
      (it should be optional) introduced in 1.10.

1.10      2020-01-30 07:57:09 -0700
  - Production release identical to 1.09_01

1.09_01   2020-01-29 20:10:24 -0700
  - internal refactor, Dist::Zilla, perlcritic, etc. (gh#15)
2020-02-22 12:36:33 +00:00

32 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.12 2020/02/22 12:36:33 mef Exp $
DISTNAME= Alien-Base-ModuleBuild-1.14
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Alien-Base-ModuleBuild
COMMENT= Module::Build subclass for building Alien:: modules and libraries
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Alien/Base/ModuleBuild/.packlist
PERL5_MODULE_TYPE= Module::Build
USE_TOOLS+= pkg-config:run
DEPENDS+= p5-Alien-Build>=1.22:../../devel/p5-Alien-Build
DEPENDS+= p5-Archive-Extract-[0-9]*:../../archivers/p5-Archive-Extract
DEPENDS+= p5-Capture-Tiny>=0.17:../../devel/p5-Capture-Tiny
DEPENDS+= p5-File-chdir-[0-9]*:../../devel/p5-File-chdir
DEPENDS+= p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
DEPENDS+= p5-HTML-LinkExtractor-[0-9]*:../../www/p5-HTML-LinkExtractor
DEPENDS+= p5-Sort-Versions-[0-9]*:../../devel/p5-Sort-Versions
DEPENDS+= p5-Shell-Config-Generate-[0-9]*:../../devel/p5-Shell-Config-Generate
DEPENDS+= p5-Shell-Guess-[0-9]*:../../devel/p5-Shell-Guess
# TEST_DEPENDS
TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"