freebsd-ports/databases/p5-DBIx-Class-Schema-PopulateMore/Makefile
2013-11-03 06:53:54 +00:00

39 lines
1.3 KiB
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= DBIx-Class-Schema-PopulateMore
PORTVERSION= 0.17
PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Enhanced populate method
BUILD_DEPENDS= p5-Data-Visitor>=0.27:${PORTSDIR}/devel/p5-Data-Visitor \
p5-DateTimeX-Easy>=0.089:${PORTSDIR}/devel/p5-DateTimeX-Easy \
p5-List-MoreUtils>=0.30:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-Moose>=1.24:${PORTSDIR}/devel/p5-Moose
RUN_DEPENDS= p5-Data-Visitor>=0.27:${PORTSDIR}/devel/p5-Data-Visitor \
p5-DateTimeX-Easy>=0.089:${PORTSDIR}/devel/p5-DateTimeX-Easy \
p5-List-MoreUtils>=0.30:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-Moose>=1.24:${PORTSDIR}/devel/p5-Moose
TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-DBIx-Class>=0.08127:${PORTSDIR}/databases/p5-DBIx-Class \
p5-DateTime-Format-SQLite>=0.11:${PORTSDIR}/devel/p5-DateTime-Format-SQLite \
p5-Path-Class>=0.23:${PORTSDIR}/devel/p5-Path-Class \
p5-SQL-Translator>0.11007:${PORTSDIR}/databases/p5-SQL-Translator \
p5-YAML-Tiny>=1.38:${PORTSDIR}/textproc/p5-YAML-Tiny
USES= perl5
USE_PERL5= configure
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501400
TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>