d138e42092
pkgsrc changes: - Adjusting license Upstream changes: 0.13 Thu Sep 24, 2009 - Release 0.12_03 as a stable release, without further modifications. 0.12_03 Mon Sep 21, 2009 - Fix compatibility with perl 5.6.x. Thanks again, Nicholas. 0.12_02 Mon Sep 7, 2009 - Actually ship with the changes 0.12_01 claimed to have. Thanks for catching this, Nicholas. 0.12_01 Sat Aug 22, 2009 - Backport a couple of performance tweaks from bleadperl. This gives a performance improvement of about 40% in calculating the linearized isa for hierarchies with single parents only.
19 lines
494 B
Makefile
19 lines
494 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/10/11 08:16:22 sno Exp $
|
|
|
|
DISTNAME= Class-C3-XS-0.13
|
|
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-C3-XS/
|
|
COMMENT= XS speedups for Class::C3
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Class/C3/XS/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|