mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
88333791fa
accessors by returning $self on write/set operations. WWW: http://search.cpan.org/dist/MooseX-ChainedAccessors/ This new port is needed to update www/p5-HTML-FormFu.
30 lines
734 B
Makefile
30 lines
734 B
Makefile
# New ports collection makefile for: MooseX-ChainedAccessors
|
|
# Date created: 2011-04-03
|
|
# Whom: Frederic Culot <culot@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= MooseX-ChainedAccessors
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:PERLER
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Accessor class for chained accessors with Moose
|
|
|
|
RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
|
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Moose::Meta::Attribute::Custom::Trait::Chained.3 \
|
|
MooseX::ChainedAccessors.3 \
|
|
MooseX::ChainedAccessors::Accessor.3 \
|
|
MooseX::Traits::Attribute::Chained.3
|
|
|
|
.include <bsd.port.mk>
|