pkgsrc/devel/p5-Alien-Build/Makefile
wiz 8c9c6e55ec p5-Alien-Build: update to 1.32.
1.32      2017-11-03 13:15:35 -0400
  - Add ALIEN_INSTALL_NETWORK environment variable.  Set to false if you don't
    want to allow network fetch.

1.31_01   2017-10-31 16:50:52 -0400
  - Fix testing prereq bug introduced in 1.30_01.

1.30_01   2017-10-31 14:24:15 -0400
  - Add prefer property to Download::Negotiate plugin

1.29_01   2017-10-30 09:54:22 -0400
  - Fix bug in Alien::Base::Wrapper where -l flags were being ignored by EUMM
  - MSYS plugin works with ffi build
  - Windows specific fixes for Alien::Base::Wrapper
  - Removed optional dependency on Test::Exec

1.28      2017-10-29 19:39:19 -0400
  - Production release identical to 1.27_01

1.27_01   2017-10-27 10:26:18 -0400
  - Fix incompatibility with older versions of ExtUtils::MakeMaker where test
    directive in alienfile was ignored.

1.26_01   2017-10-25 12:28:58 -0400
  - Fix Test::Alien bug where -L could be placed after directories specified in %Config
    (this was already handled correctly by Alien::Base::Wrapper).
  - Remove cpp and C++ options for xs_ok (I don't believe these were used in practice
    and were issuing deprecation warnings for a while).
  - A number of documentation errors have been fixed (jjatria++ leto++)
2017-11-08 16:24:28 +00:00

29 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.5 2017/11/08 16:24:28 wiz Exp $
DISTNAME= Alien-Build-1.32
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~plicease/Alien-Build/
COMMENT= Build external dependencies for use in CPAN
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Alien/Build/.packlist
USE_TOOLS+= pkg-config:run
DEPENDS+= p5-Capture-Tiny>=0.17:../../devel/p5-Capture-Tiny
DEPENDS+= p5-File-chdir-[0-9]*:../../devel/p5-File-chdir
DEPENDS+= p5-File-Which>=1.10:../../devel/p5-File-Which
DEPENDS+= p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
DEPENDS+= p5-FFI-CheckLib-[0-9]*:../../devel/p5-FFI-CheckLib
DEPENDS+= p5-HTML-LinkExtractor-[0-9]*:../../www/p5-HTML-LinkExtractor
BUILD_DEPENDS+= p5-Readonly-[0-9]*:../../devel/p5-Readonly
BUILD_DEPENDS+= p5-Sort-Versions-[0-9]*:../../devel/p5-Sort-Versions
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"