pkgsrc/devel/p5-Class-XSAccessor/Makefile
sno 8056f12e2e Updating devel/p5-Class-XSAccessor from 1.07 to 1.08
pkgsrc changes:
- removing dependency to devel/p5-AutoXS-Header

Upstream changes:
1.08  Fri Sep 17 20:30 2010
  - Promote latest development release to a stable release.

1.07_04  Sun Sep 12 10:30 2010
  - Since WIN32 doesn't have the PERL_CORE optimization,
    it gets the PERL_NO_GET_CONTEXT optimization back.
  - Add threading test that would previously crash on win32
    and perls compiled with track-mempool.
  - Use the system's malloc/etc for the shared memory, not perl's.

1.07_03  Thu Sep  9 20:30 2010
  - Minor constructor optimization/cleanup.
  - Various built-time warning fixes.
  - PERL_CORE optimization now disabled on WIN32.
  - Class::Accessor::Fast compatibility code added (not
    for public consumption!)
  - Clear requirement of Perl 5.8 everywhere.
  - Fix minor (constant as in O(1)) memory leak.

1.07_02  Mon Aug 23 20:30 2010
  - Various warning fixes and small cleanups over previous
    dev. version.

1.07_01  Wed Aug 18 20:30 2010
  - Experimental support for lvalue accessors:
    $obj->foo = 12
2010-09-21 05:59:42 +00:00

20 lines
528 B
Makefile

# $NetBSD: Makefile,v 1.6 2010/09/21 05:59:42 sno Exp $
#
DISTNAME= Class-XSAccessor-1.08
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
PERL5_PACKLIST= auto/Class/XSAccessor/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"