5190f14f8d
- Fix COMMENT - Trim header
25 lines
641 B
Makefile
25 lines
641 B
Makefile
# Created by: 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>
|