00ecde4359
Class::XSAccessor 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 only works with objects that are implemented as ordinary hashes. Class::XSAccessor::Array implements the same interface for objects that use arrays for their internal representation.
21 lines
428 B
Makefile
21 lines
428 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/10 08:15:52 sthen Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = generate fast XS accessors without runtime compilation
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Class-XSAccessor-1.03
|
|
CATEGORIES = devel
|
|
|
|
BUILD_DEPENDS = ::devel/p5-AutoXS-Header
|
|
RUN_DEPENDS = ${BUILD_DEPENDS}
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
.include <bsd.port.mk>
|