Upstream changes: 1.51 2019-01-19 14:23:23 -0500 - cmake plugin sets CMAKE_INSTALL_LIBDIR:PATH to lib for share installs for cmake projects using GNUInstallDirs on platforms that default to something other than lib. 1.50 2019-01-16 12:55:08 -0500 - Removed temp testing files unintentionally included in the previous release. - Require ExtUtils::MakeMaker 6.64, for Alien::Build::MM, which can sometimes have its BUILD_REQUIRES or TEST_REQUIRES overridden by Dist::Zilla otherwise. 1.49 2018-11-04 15:22:40 -0500 - Added Alien::Build::Plugin::Test::Mock - Added alienfile_skip_if_missing_prereqs function to Test::Alien::Build - Remove run-time dependency on Test2::Suite Test2::API is still a run-time dependency, but that has been in-core since 5.26.
30 lines
1.1 KiB
Makefile
30 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.12 2019/01/27 12:32:15 wen Exp $
|
|
|
|
DISTNAME= Alien-Build-1.51
|
|
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
|
|
BUILD_DEPENDS+= p5-Test2-Suite>=0.000060:../../devel/p5-Test2-Suite
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|