pkgsrc/devel/p5-Getopt-Long-Descriptive/Makefile
wen 3c8fbae506 Update to 0.097
Upstream changes:
0.097     2014-03-05 21:57:32-05:00 America/New_York
        - explicitly make the default behavior case-sensitive
        - add show_defaults option (thanks, Thomas Neumann)
2014-09-06 13:39:21 +00:00

22 lines
786 B
Makefile

# $NetBSD: Makefile,v 1.24 2014/09/06 13:39:21 wen Exp $
DISTNAME= Getopt-Long-Descriptive-0.097
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"