- Updating package for p5 module Class::C3::XS to 0.11 - set license to artistic-2.0 Uptream changes: 0.11 Mon Mar 30, 2009 - Define SVfARG if the perl we're compiling for doesn't have it (Florian Ragwitz). 0.10 Sat Mar 28, 2009 - Improve error message on merge errors (Florian Ragwitz). 0.09 Wed Mar 25, 2009 - Use I32 instead of int (Brandon L Black). - Explicitly specify xs prototyping behaviour (Florian Ragwitz). - Fix several compiler warnings (Florian Ragwitz). - Check return values when storing values in hashes and error out if it didn't work (Florian Ragwitz). - Stop using auto_install in Makefile.PL (Florian Ragwitz). - Remove fake Build.PL (Florian Ragwitz).
19 lines
493 B
Makefile
19 lines
493 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/04/12 18:14:08 sno Exp $
|
|
|
|
DISTNAME= Class-C3-XS-0.11
|
|
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= artistic-2.0
|
|
|
|
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"
|