3bd207359d
Class::Accessor does. While the latter deals with accessors for scalar values, this module provides accessor makers for arrays, hashes, integers, booleans, sets and more. As seen in the synopsis, you can chain calls to the accessor makers. Also, because this module inherits from Class::Accessor, you can put a call to one of its accessor makers at the end of the chain. The accessor generators also generate documentation ready to be used with Sub::Documentation. WWW: http://search.cpan.org/~marcel/Class-Accessor-Complex-1.100880/ PR: ports/152630 Submitted by: Gea-Suan Lin <gslin at gslin.org>
32 lines
773 B
Makefile
32 lines
773 B
Makefile
# New ports collection makefile for: p5-Class-Accessor-Complex
|
|
# Date created: 2010-11-28
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-Accessor-Complex
|
|
PORTVERSION= 1.100880
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Arrays, hashes, booleans, integers, sets and more
|
|
|
|
RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
p5-Data-Miscellany>=0:${PORTSDIR}/devel/p5-Data-Miscellany \
|
|
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
|
|
|
|
PERL_CONFIGURE= yes
|
|
USE_PERL5_RUN= 5.8.1+
|
|
|
|
MAN3= Class::Accessor::Complex.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501001
|
|
RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|