pkgsrc/devel/p5-Class-XSAccessor-Array/Makefile
seb c559d3480f Initial import of p5-Class-XSAccessor-Array version 1.04 in the
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.
2009-12-04 23:57:33 +00:00

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"