pkgsrc/devel/p5-MooseX-NonMoose/Makefile
rhaen d39a46ea33 - updated to 0.07
ChangeLog:
0.07    09/27/2009
    Start adding support for non-Moose destructors. Destructor inlining isn't
    supported yet, since Moose isn't quite flexible enough there for it to be
    more than an annoying hack, but this should still work with immutable
    classes anyway.

0.06    09/27/2009
    defining a custom constructor in a class using mx-nonmoose now works

    use a less broken test for whether or not a superclass has an inlined
    constructor (fixes issue uncovered by fixes to Moose's metaclass
    compatibility fixing)
2009-10-12 21:59:45 +00:00

22 lines
593 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/10/12 21:59:45 rhaen Exp $
#
DISTNAME= MooseX-NonMoose-0.07
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-NonMoose/
COMMENT= Perl 5 module to subclass non-Moose classes with Moose
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MooseX/NonMoose/.packlist
DEPENDS+= p5-Moose>=0.83:../../devel/p5-Moose
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"