00f9b7c80d
--------------------- 0.099 2015-01-23 21:11:09-05:00 America/New_York - options that take arguments now indicate the argument's type and whether it can be given multiply (thanks, Niels Thykier) 0.098 2014-11-16 14:35:34-05:00 America/New_York - when showing defaults, show false ones, too
22 lines
786 B
Makefile
22 lines
786 B
Makefile
# $NetBSD: Makefile,v 1.25 2015/01/31 13:21:24 mef Exp $
|
|
|
|
DISTNAME= Getopt-Long-Descriptive-0.099
|
|
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"
|