pkgsrc/devel/p5-Devel-Declare/Makefile
sno 796d421ac5 PkgSrc changes:
- Updating package for perl module Devel::Declare to 0.004000
  - set license to artistic-2.0

Upstream changes:
0.004000
  - Much improved documentation (osfameron).
  - Make sure the linestr callback isn't invoked when a declarator is used as
    part of some quoting construct like qq//, m//, s///, qr//, tr///, qx//, ``,
    etc (Florian Ragwitz).
    - Tests for this (osfameron, Florian Ragwitz).

0.003005
  - Depend on a recent B::Hooks::EndOfScope to make semicolon injection more
    robust (Florian Ragwitz).
  - Add a couple of TODO tests for better error reporting (Marcus Ramberg).
  - Context::Simple::inject_if_block now returns true if start of block was
    found (Ash Berlin).
2009-04-12 19:40:05 +00:00

29 lines
894 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/04/12 19:40:05 sno Exp $
#
DISTNAME= Devel-Declare-0.004000
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= artistic-2.0
DEPENDS+= p5-B-Hooks-EndOfScope>0:../../devel/p5-B-Hooks-EndOfScope
DEPENDS+= p5-B-Hooks-OP-Check>=0.10:../../devel/p5-B-Hooks-OP-Check
DEPENDS+= p5-Sub-Name>0:../../devel/p5-Sub-Name
BUILD_DEPENDS+= p5-ExtUtils-Depends>0:../../devel/p5-ExtUtils-Depends
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.42:../../devel/p5-ExtUtils-MakeMaker
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Devel/Declare/.packlist
.include "../../devel/p5-B-Hooks-OP-Check/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"