pkgsrc/devel/p5-Moos/Makefile
wen 91e29b1d2b Import Moos-0.29 as devel/p5-Moos.
Moos completes the M to Moose sequence of Perl OO modules.

This one is pure Perl, single file and mostly Moose compatible(for
what it does). Moos has no non-core dependencies, but certain
features (roles, debugging functions, legacy Perl support) do
require additional modules. If you steer away from those features,
you don't need those additional modules.
2014-08-17 10:03:20 +00:00

23 lines
664 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/08/17 10:03:20 wen Exp $
DISTNAME= Moos-0.29
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IN/INGY/}
MAINTAINER= wen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Moos/
COMMENT= Moo s{imple,peedy,ingle}
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Class-XSAccessor>=1.07:../../devel/p5-Class-XSAccessor
DEPENDS+= p5-Role-Tiny>=1.002.000:../../devel/p5-Role-Tiny
BUILD_DEPENDS+= p5-namespace-autoclean>=0:../../devel/p5-namespace-autoclean
REPLACE_PERL= bin/remoos
PERL5_PACKLIST= auto/Moos/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"