7027da23c1
pkgsrc changes: - Add license definition - Adjust dependencies Upstream changes: 0.2.1 Sun May 31 12:57:07 2009 - Removed BEGIN blocks and simply brought the defined variables to the top of the module (thanks Todd) - Update POD to make sure people don't "use Getopt::Euclid ();" - Removed debugger break point (thanks Diab) - Removed no bugs claim in POD
24 lines
665 B
Makefile
24 lines
665 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/03/16 23:54:36 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Getopt-Euclid-0.2.1
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= {perl>=5.10.0,p5-version-[0-9]*}:../../devel/p5-version
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Getopt/Euclid/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|