pkgsrc/devel/p5-Config-GitLike/Makefile
wen 9774f519ac Update to 1.12
Update DEPENDS

Upstream changes:
1.12 2013-08-05

    - Reformat Changes file to follow CPAN::Changes::Spec; no functional
      changes.

1.11 2013-08-04

    - Switch from the deprecated Any::Moose to Moo

1.10 2012-11-07

    - Provide and API got accessing the original key that a value was set
      with, in a case-preserving way.  If the case of the key in a file
      matters, it is now possible to determine.
    - The 'name' value passed to the 'callback' parameter is now no longer
      forced to lower-case, as a consequence.
2013-10-15 15:19:08 +00:00

22 lines
722 B
Makefile

# $NetBSD: Makefile,v 1.10 2013/10/15 15:19:08 wen Exp $
DISTNAME= Config-GitLike-1.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Config-GitLike/
COMMENT= Perl 5 module providing a git-compatible config file parser
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
DEPENDS+= p5-MooX-Types-MooseLike-[0-9]*:../../devel/p5-MooX-Types-MooseLike
# For test target
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Config/GitLike/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"