pkgsrc/devel/p5-Class-MOP/Makefile
seb b40cfea4b8 Update from version 0.77 to version 0.78.
Upstream changes:
0.78 Mon, February 23, 2009
    * No changes from 0.78

0.77_01 Sun, February 22, 2009
    * Everything
      - This package now requires its XS components. Not using
        Sub::Name lead to different behavior and bugginess in the pure
        Perl version of the code. A Moose test would fail when run
        against the pure Perl version of this code.

    * Moose::Meta::Instance
      - The inline_* methods now quote attribute names themselves, and
        don't expect to receive a quoted value.
2009-02-26 22:25:58 +00:00

29 lines
988 B
Makefile

# $NetBSD: Makefile,v 1.17 2009/02/26 22:25:58 seb Exp $
#
DISTNAME= Class-MOP-0.78
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Class-MOP/
COMMENT= Perl 5 module providing a meta object protocol
DEPENDS+= p5-Devel-GlobalDestruction-[0-9]*:../../devel/p5-Devel-GlobalDestruction
DEPENDS+= p5-MRO-Compat>=0.05:../../devel/p5-MRO-Compat
DEPENDS+= p5-Sub-Identify>=0.03:../../devel/p5-Sub-Identify
DEPENDS+= p5-Sub-Name>=0.04:../../devel/p5-Sub-Name
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
# Only for test target
BUILD_DEPENDS+= p5-PathTools-[0-9]*:../../devel/p5-PathTools
BUILD_DEPENDS+= p5-SUPER-[0-9]*:../../devel/p5-SUPER
BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Class/MOP/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"