pkgsrc/devel/p5-Class-XSAccessor/Makefile
sno b7a45c2f66 Updating devel/p5-Class-XSAccessor from 1.05nb1 to 1.07
Upstream changes:
1.07  Sun Aug 15 14:41 2010
  - Include two new test files for the fix in 1.06.
  - Define PERL_CORE, but *only* while including XSUB.h to get
    a significant speed-up (see XSAccessor.xs for an explanation).
    Idea from Chocolateboy. Complaints from rightfully annoyed
    perl5-porters (in particular but not limited to Nicholas)
    go to Steffen.

1.06  Sat Aug 14 20:21 2010
  - Add sanity checks to make sure we don't segfault on
    invalid invocants (chocolateboy)
2010-08-26 05:21:08 +00:00

22 lines
598 B
Makefile

# $NetBSD: Makefile,v 1.5 2010/08/26 05:21:08 sno Exp $
#
DISTNAME= Class-XSAccessor-1.07
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Class-XSAccessor/
COMMENT= Perl 5 module to generate fast XS accessors
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
BUILD_DEPENDS+= p5-AutoXS-Header-[0-9]*:../../devel/p5-AutoXS-Header
PERL5_PACKLIST= auto/Class/XSAccessor/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"