pkgsrc/devel/p5-Getopt-Long-Descriptive/Makefile
wen a59ff43ea4 Update to 0.096
Add DEPENDS for test

Upstream changes:
0.096     2013-10-04 08:03:12 America/New_York
        - update version of Test::Warnings required
          (thanks, Alexandr Ciornii!)

0.095     2013-09-26 20:32:55 America/New_York
        - add the "shortcircuit" option option (thanks, Diab Jerius!)

0.094     2013-09-05 09:35:26 America/New_York
        - update documentation to note that failed validation is fatal (thanks,
          SMYLERS)
        - show off "required" in the SYNOPSIS (thanks, OALDERS)
2013-11-24 00:58:56 +00:00

22 lines
786 B
Makefile

# $NetBSD: Makefile,v 1.22 2013/11/24 00:58:56 wen Exp $
DISTNAME= Getopt-Long-Descriptive-0.096
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Getopt-Long-Descriptive/
COMMENT= Perl 5 module providing Getopt::Long with usage text
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Params-Validate>=0.97:../../devel/p5-Params-Validate
DEPENDS+= p5-Sub-Exporter>=0.972:../../devel/p5-Sub-Exporter
BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple
BUILD_DEPENDS+= p5-Test-Warnings>=0.005:../../devel/p5-Test-Warnings
PERL5_PACKLIST= auto/Getopt/Long/Descriptive/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"