pkgsrc/devel/p5-Getopt-Long-Descriptive/Makefile
sno 65143ffb4d Updating package for CPAN distribution Getopt-Long-Descriptive in
devel/p5-Getopt-Long-Descriptive from 0.092nb2 to 0.093

Upstream changes:
0.093     2012-11-01 15:55:35 America/New_York
          bogus %-codes in usage description are now noticed and fatal
2013-07-03 13:34:14 +00:00

21 lines
717 B
Makefile

# $NetBSD: Makefile,v 1.21 2013/07/03 13:34:14 sno Exp $
DISTNAME= Getopt-Long-Descriptive-0.093
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
PERL5_PACKLIST= auto/Getopt/Long/Descriptive/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"