pkgsrc/devel/p5-Moose-Policy/Makefile
sno 02c27e4893 Importing package for perl module Moose::Policy 0.03 (as dependency for
upcoming LaTeX::Table module).

DESCR:
This module allows you to specify your project-wide or even company-wide
Moose meta-policy.

Most all of Moose's features can be customized through the use of custom
metaclasses, however fiddling with the metaclasses can be hairy.
Moose::Policy removes most of that hairiness and makes it possible to
cleanly contain a set of meta-level customizations in one easy to use
module.
2009-05-17 10:29:11 +00:00

23 lines
646 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/05/17 10:29:11 sno Exp $
#
DISTNAME= Moose-Policy-0.03
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/ST/STEVAN/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Moose-Policy/
COMMENT= Moose-mounted police
LICENSE= gnu-gpl-v2 # OR artistic
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Moose/Policy/.packlist
DEPENDS+= p5-Moose>=0.42:../../devel/p5-Moose
DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"