pkgsrc-wip/p5-Getopt-Args/Makefile
Sergey Svishchev c8cc344df4 Initial import of p5-Getopt-Args 0.1.18.
Getopt::Args processes Perl script options and arguments. This is in
contrast with most modules in the Getopt::* namespace, which deal with
options only.
2016-02-20 01:47:18 +03:00

19 lines
595 B
Makefile

# $NetBSD: Makefile,v 1.24 2015/11/15 04:54:38 wen Exp $
DISTNAME= OptArgs-0.1.18
PKGNAME= p5-${DISTNAME:S/OptArgs/Getopt-Args/}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/OptArgs/
COMMENT= Extended processing of command line options
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Exporter-Tidy>0:../../wip/p5-Exporter-Tidy
DEPENDS+= p5-IO-Capture>0:../../devel/p5-IO-Capture
PERL5_PACKLIST= auto/OptArgs/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"