9b9f008ff1
0.09 2014-08-24 - Backed out the Sub::Name change in 0.08. It was pointed out to me by Graham Knop that adding an XS dependency for a module that's often used to pick between XS and non-XS implementations doesn't work so well. 0.08 2014-08-24 - Subroutines copied from an implementation package into the loading package are now renamed using Sub::Name. This causes them to be considered part of the loading package, which is important for things like namespace::autoclean. Reported by Karen Etheridge. RT #98097.
24 lines
873 B
Makefile
24 lines
873 B
Makefile
# $NetBSD: Makefile,v 1.8 2014/09/06 12:57:19 wiz Exp $
|
|
|
|
DISTNAME= Module-Implementation-0.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-Implementation/
|
|
COMMENT= Loads one of several alternate underlying implementations
|
|
LICENSE= artistic-2.0
|
|
|
|
# ExtUtils::MakeMaker >= 6.30 is in core since 5.8.8
|
|
DEPENDS+= p5-Module-Runtime>=0.12:../../devel/p5-Module-Runtime
|
|
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
|
|
# Test::More >= 0.88 is in core since 5.10.1
|
|
BUILD_DEPENDS+= p5-Test-Fatal>=0.006:../../devel/p5-Test-Fatal
|
|
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Module/Implementation/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|