[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Module-FromPerlVer

File: [cvs.NetBSD.org] / pkgsrc / devel / p5-Module-FromPerlVer / Makefile (download)

Revision 1.11, Sun May 6 06:26:40 2018 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -2 lines

p5-Module-FromPerlVer: update to 0.022001.

-   v0.22.1 Fri May  4 21:05:12 UTC 2018

    Change version dir test to simply existing with matching
    basename to avoid issues with volume and path manglement
    on Windows.

    Still no idea why pre-5.22 fails with compile error.

-   v0.22.0 Wed May  2 12:16:00 CDT 2018

    Break up find call into separate blocks to find out why
    5.20 blows up with it; 5.26 is entirely happy.

    File::Copy::Recursive may still have problems; revert to
    File::Copy::Recursive::Reduced.

# $NetBSD: Makefile,v 1.11 2018/05/06 06:26:40 wiz Exp $

DISTNAME=		Module-FromPerlVer-0.022001
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-FromPerlVer/
COMMENT=		Install modules compatible with the running perl
LICENSE=		${PERL5_LICENSE}

DEPENDS+=		p5-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive
DEPENDS+=		p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
# TEST_DEPENDS
BUILD_DEPENDS+=		p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep

PERL5_PACKLIST=		auto/Module/FromPerlVer/.packlist
USE_TOOLS+=		perl

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"