aa852f3bb1
Upstream changes: 0.005011 - 14 Aug 2009 - Add tests for not interpreting various things as barewords when they aren't. - Depend on a Test::More with done_testing support. - Don't invoke the const callback for a keyword followed by a fat comma. 0.005010 - 11 Aug 2009 - Don't invoke the linestr callback if we found a keyword and the bufptr still contains an arrow at its beginning. This causes the linestr callback not to be fired on things like "->method" (if method is a declarator). While this might be useful, it mostly caused problems so far. It might be added again later as a separate feature. 0.005009 - 10 Aug 2009 - Stop mixing declarations with code. (Closes: RT#48548) (Cosimo Streppone) - Move strip_attrs, which is a purely parsing method, from MethodInstaller::Simple to Context::Simple (nperez).
32 lines
1 KiB
Makefile
32 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.13 2009/08/18 17:11:20 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Devel-Declare-0.005011
|
|
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+= p5-Test-Simple>=0.88:../../devel/p5-Test-Simple
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
PERL5_PACKLIST= auto/Devel/Declare/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install
|
|
BUILDLINK_DEPMETHOD.p5-B-Hooks-OP-Check= full
|
|
BUILDLINK_API_DEPENDS.p5-B-Hooks-OP-Check+= p5-B-Hooks-OP-Check>=0.18
|
|
|
|
.include "../../devel/p5-B-Hooks-OP-Check/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|