summaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-DBIx-Class/Makefile
blob: ba3149941f1e5dd98205e2b66b81099f409ee77e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Test-DBIx-Class
PORTVERSION=	0.40
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Easier test cases for your DBIx::Class applications

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Config-Any>=0.19:${PORTSDIR}/devel/p5-Config-Any \
		p5-DBIx-Class>=0.08123:${PORTSDIR}/databases/p5-DBIx-Class \
		p5-DBIx-Class-Schema-PopulateMore>=0.16:${PORTSDIR}/databases/p5-DBIx-Class-Schema-PopulateMore \
		p5-DBIx-Class-TimeStamp>=0.13:${PORTSDIR}/databases/p5-DBIx-Class-TimeStamp \
		p5-DBIx-Class-UUIDColumns>=0.02005:${PORTSDIR}/databases/p5-DBIx-Class-UUIDColumns \
		p5-Data-UUID>=1.215:${PORTSDIR}/devel/p5-Data-UUID \
		p5-Data-Visitor>=0.27:${PORTSDIR}/devel/p5-Data-Visitor \
		p5-Hash-Merge>=0.11:${PORTSDIR}/textproc/p5-Hash-Merge \
		p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils \
		p5-Moose>=1.10:${PORTSDIR}/devel/p5-Moose \
		p5-MooseX-Attribute-ENV>=0.01:${PORTSDIR}/devel/p5-MooseX-Attribute-ENV \
		p5-MooseX-Types>=0.23:${PORTSDIR}/devel/p5-MooseX-Types \
		p5-Path-Class>=0.21:${PORTSDIR}/devel/p5-Path-Class \
		p5-SQL-Translator>=0.11006:${PORTSDIR}/databases/p5-SQL-Translator \
		p5-Sub-Exporter>=0.982:${PORTSDIR}/devel/p5-Sub-Exporter
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-Deep>=0.106:${PORTSDIR}/devel/p5-Test-Deep \
		p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences

USES=		perl5
USE_PERL5=	configure

MAN3=	Test::DBIx::Class.3 \
	Test::DBIx::Class::Example::Schema.3 \
	Test::DBIx::Class::Example::Schema::DefaultRS.3 \
	Test::DBIx::Class::Example::Schema::Result.3 \
	Test::DBIx::Class::Example::Schema::Result::CD.3 \
	Test::DBIx::Class::Example::Schema::Result::CD::Artist.3 \
	Test::DBIx::Class::Example::Schema::Result::CD::Track.3 \
	Test::DBIx::Class::Example::Schema::Result::Company.3 \
	Test::DBIx::Class::Example::Schema::Result::Company::Employee.3 \
	Test::DBIx::Class::Example::Schema::Result::Job.3 \
	Test::DBIx::Class::Example::Schema::Result::Person.3 \
	Test::DBIx::Class::Example::Schema::Result::Person::Artist.3 \
	Test::DBIx::Class::Example::Schema::Result::Person::Employee.3 \
	Test::DBIx::Class::Example::Schema::Result::Phone.3 \
	Test::DBIx::Class::Example::Schema::ResultSet.3 \
	Test::DBIx::Class::FixtureCommand::Populate.3 \
	Test::DBIx::Class::FixtureCommand::PopulateMore.3 \
	Test::DBIx::Class::Role::FixtureCommand.3 \
	Test::DBIx::Class::SchemaManager.3 \
	Test::DBIx::Class::SchemaManager::Trait::SQLite.3 \
	Test::DBIx::Class::SchemaManager::Trait::Testmysqld.3 \
	Test::DBIx::Class::SchemaManager::Trait::Testpostgresql.3 \
	Test::DBIx::Class::Types.3

NO_STAGE=	yes
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501400
BUILD_DEPENDS+=	p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils
TEST_DEPENDS+=	p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
.endif

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud