Required for the update of txt2html. This module simply interpolates option file hints in @ARGV by the contents of the pointed files. This enables option reading from files instead of or additional to the usual reading from the command line.
20 lines
612 B
Makefile
20 lines
612 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/03/15 22:38:21 wennmach Exp $
|
|
#
|
|
|
|
DISTNAME= Getopt-ArgvFile-1.10
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.cpan.org/modules/by-module/Getopt/
|
|
COMMENT= Interpolates script options from files into @ARGV or another array
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PERL5_PACKLIST= auto/Getopt/ArgvFile/.packlist
|
|
|
|
DEPENDS+= p5-Getopt-Simple-[0-9]*:../../devel/p5-Getopt-Simple
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|