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)
36 lines
995 B
Makefile
36 lines
995 B
Makefile
# New ports collection makefile for: p5-MooseX-StrictConstructor
|
|
# Date created: 2008-10-23
|
|
# Whom: glarkin
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= MooseX-StrictConstructor
|
|
PORTVERSION= 0.19
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
|
COMMENT= Make your MooseX object constructors blow up on unknown attributes
|
|
|
|
BUILD_DEPENDS= p5-Moose>=0.94:${PORTSDIR}/devel/p5-Moose \
|
|
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
|
|
RUN_DEPENDS= p5-Moose>=0.94:${PORTSDIR}/devel/p5-Moose \
|
|
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
|
|
|
|
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= MooseX::StrictConstructor.3 \
|
|
MooseX::StrictConstructor::Trait::Class.3 \
|
|
MooseX::StrictConstructor::Trait::Method::Constructor.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>
|