mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
b59621d3ae
Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so)
38 lines
1006 B
Makefile
38 lines
1006 B
Makefile
# New ports collection makefile for: p5-MooseX-Attribute-Chained
|
|
# Date created: 2012-01-24
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= MooseX-Attribute-Chained
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Attribute that returns the instance to allow for chaining
|
|
|
|
BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
|
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
|
|
RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
|
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Moose::Meta::Attribute::Custom::Trait::Chained.3 \
|
|
MooseX::Attribute::Chained.3 \
|
|
MooseX::Attribute::ChainedClone.3 \
|
|
MooseX::ChainedAccessors.3 \
|
|
MooseX::ChainedAccessors::Accessor.3 \
|
|
MooseX::Traits::Attribute::Chained.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501001
|
|
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|