0370858a4b
Packages Collection. The Perl 5 module Getopt::Euclid uses your program's own documentation to create a command-line argument parser. This ensures that your program's documented interface and its actual interface always agree.
19 lines
551 B
Makefile
19 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/05/13 19:25:32 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Getopt-Euclid-v0.1.0
|
|
PKGNAME= p5-Getopt-Euclid-0.1.0
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Getopt-Euclid/
|
|
COMMENT= Perl 5 module to create command-line parser from documentation
|
|
|
|
DEPENDS+= p5-version-[0-9]*:../../devel/p5-version
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Getopt/Euclid/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|