Upstream changes: 0.17 Tue Aug 18 02:32:31 EDT 2009 - Documentation typo fix (Dave Rolsky). - Stop blowing up in has_available_type_export if the introspected code symbol exists but is not a type export (Florian Ragwitz). - Reorganize author/copyright sections at the request of Debian packagers (Rafael Kitover).
29 lines
898 B
Makefile
29 lines
898 B
Makefile
# $NetBSD: Makefile,v 1.8 2009/08/19 05:13:55 sno Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-Types-0.17
|
|
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-Types/
|
|
COMMENT= Organise your Moose types in libraries
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Carp-Clan>=6.00:../../devel/p5-Carp-Clan
|
|
DEPENDS+= p5-Moose>=0.61:../../devel/p5-Moose
|
|
DEPENDS+= p5-Sub-Install>=0.924:../../devel/p5-Sub-Install
|
|
DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
|
|
DEPENDS+= p5-namespace-clean>=0.08:../../devel/p5-namespace-clean
|
|
|
|
BUILD_DEPENDS+= p5-Test-Simple>=0.80:../../devel/p5-Test-Simple
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/Types/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|