91e4131d80
--------------------------- 0.006017 - 2014-09-25 - fix for changes in 5.21.4 (Avoid creating GVs when subs are declared), RT#99102, Father Chrysostomos 0.006016 - 2014-03-31 - fixed syntax error in a test 0.006015 - 2014-02-02 - fix use of wrong sprintf formatting codes (Zefram, RT#91983) 0.006014 - 2013-07-21 - converted dist to Distar 0.006013 - 2013-06-18 - re-release, because Module::Install is AWESOME! 0.006012 - 2013-06-18 - Updates for some deprecations in perl 5.17. (Zefram, RT#83968)
28 lines
1.1 KiB
Makefile
28 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.25 2015/01/29 05:10:25 mef Exp $
|
|
|
|
DISTNAME= Devel-Declare-0.006017
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Devel-Declare/
|
|
COMMENT= Declarator magic for perl
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-B-Hooks-EndOfScope>0.05:../../devel/p5-B-Hooks-EndOfScope
|
|
DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
|
|
BUILD_DEPENDS+= p5-ExtUtils-Depends>=0.302:../../devel/p5-ExtUtils-Depends
|
|
BUILD_DEPENDS+= p5-B-Compiling-[0-9]*:../../devel/p5-B-Compiling # t/lines.t
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
|
|
BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Devel/Declare/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
BUILDLINK_DEPMETHOD.p5-B-Hooks-OP-Check= full
|
|
BUILDLINK_API_DEPENDS.p5-B-Hooks-OP-Check+= p5-B-Hooks-OP-Check>=0.19
|
|
|
|
.include "../../devel/p5-B-Hooks-OP-Check/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|