pkgsrc/devel/p5-Moo/Makefile
hiramatsu cdc3726d71 Import Moo into devel/p5-Moo, which is required to update
databases/p5-SQL-Translator.

This module is an extremely light-weight, high-performance Moose
replacement. It also avoids depending on any XS modules to allow
simple deployments. The name "Moo" is based on the idea that it
provides almost -but not quite- two thirds of Moose.
2011-11-21 14:35:51 +00:00

21 lines
662 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/11/21 14:35:51 hiramatsu Exp $
DISTNAME= Moo-0.009012
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSTROUT/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Moo/
COMMENT= Minimalist Object Orientation (with Moose compatiblity)
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Class-Method-Modifiers>=1.05:../../devel/p5-Class-Method-Modifiers
DEPENDS+= p5-strictures>=1.001001:../../devel/p5-strictures
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Moo/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"