pkgsrc-wip/p5-Class-C3/Makefile
Hiramatsu Yoshifumi f25133aaad Updated to 0.19, and remove PLIST.
Changes from previous.

0.19 Mon, Jun 4, 2007
    - Added new goto tests, bumped XS version req

0.18 Sat, May 12, 2007
    - Just bumped XS version requirement

0.17 Tues, May 8, 2007
    - Remove Build.PL from the distribution

0.16 Thurs, May 3, 2007
    - Converted to Module::Install
    - Supports optional Class::C3::XS
    - Supports optional perl 5.9.5+ mro code
    - Fixed overload fallback edge cases.
    - Fix for overloading to method name string,
       from Ittetsu Miyazaki.
2007-11-07 03:17:05 +00:00

24 lines
846 B
Makefile

# $NetBSD: Makefile,v 1.5 2007/11/07 03:17:05 jgoamakf Exp $
DISTNAME= Class-C3-0.19
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/Class-C3/
COMMENT= Pragma to use the C3 method resolution order algortihm
PERL5_REQD+= 5.8.0
BUILD_DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
DEPENDS+= p5-Test-Exception>=0.15:../../devel/p5-Test-Exception
DEPENDS+= p5-Scalar-List-Utils>=1.10:../../devel/p5-Scalar-List-Utils
DEPENDS+= p5-Algorithm-C3>=0.05:../../wip/p5-Algorithm-C3
DEPENDS+= p5-Class-C3-XS>=0.08:../../wip/p5-Class-C3-XS
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Class/C3/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"