09a9fd3d41
Packages Collection. The Perl 5 module MooseX::Getopt is a Moose role which provides an alternate constructor for creating objects using parameters passed in from the command line.
21 lines
668 B
Makefile
21 lines
668 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/07/27 13:32:17 seb Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-Getopt-0.15
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/MooseX-Getopt/
|
|
COMMENT= Perl 5 Moose role for processing command line options
|
|
|
|
DEPENDS+= p5-Getopt-Long-Descriptive-[0-9]*:../../devel/p5-Getopt-Long-Descriptive
|
|
DEPENDS+= p5-Getopt-Long>=2.37:../../devel/p5-Getopt-Long
|
|
DEPENDS+= p5-Moose>=0.43:../../devel/p5-Moose
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/Getopt/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|