0.11 Sun 19 Dec 2009 * Support "use Any::Moose '::Util::TypeConstraints'" (gfx) * Support "no Any::Moose '::Util::TypeConstraints'" (gfx) * $@ related fixes (gfx) * Documentation and other minor improvements (gfx) * Any::Moose should now work when you have Moose but not Mouse. Still need to work out how to encode this in the installation system (Sartak)
20 lines
564 B
Makefile
20 lines
564 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/01/20 14:55:51 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Any-Moose-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SA/SARTAK/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Any-Moose/
|
|
COMMENT= Perl extension to check dependencies on Moose or Mouse
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Mouse>=0.21:../../devel/p5-Mouse
|
|
|
|
PERL5_PACKLIST= auto/Any/Moose/.packlist
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|