c559d3480f
NetBSD Packages Collection. The Perl 5 module Class::XSAccessor::Array implements fast read, write and read/write accessors in XS. Additionally, it can provide predicates such as has_foo() for testing whether the attribute foo is defined in the object. It works only with objects that are implemented as arrays.
21 lines
627 B
Makefile
21 lines
627 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/12/04 23:57:33 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Class-XSAccessor-Array-1.04
|
|
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-XSAccessor-Array/
|
|
COMMENT= Perl 5 module to generate fast XS accessors for array based objects
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
BUILD_DEPENDS+= p5-AutoXS-Header>=1.02:../../devel/p5-AutoXS-Header
|
|
|
|
PERL5_PACKLIST= auto/Class/XSAccessor/Array/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|