2013-09-10 13:32:20 +02:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2008-10-24 11:30:41 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= DBICx-TestDatabase
|
2013-11-24 16:20:32 +01:00
|
|
|
PORTVERSION= 0.05
|
2008-10-24 11:30:41 +02:00
|
|
|
CATEGORIES= databases perl5
|
2011-06-21 08:58:49 +02:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= CPAN:JROCKWAY
|
2008-10-24 11:30:41 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
|
|
COMMENT= Module to create temporary database from a DBIx::Class::Schema
|
|
|
|
|
2013-11-24 16:20:32 +01:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2011-08-26 08:54:20 +02:00
|
|
|
BUILD_DEPENDS= p5-DBIx-Class>=0.07005:${PORTSDIR}/databases/p5-DBIx-Class \
|
|
|
|
p5-DBD-SQLite>=1.12:${PORTSDIR}/databases/p5-DBD-SQLite \
|
2008-10-24 11:30:41 +02:00
|
|
|
p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator
|
2011-08-26 08:54:20 +02:00
|
|
|
RUN_DEPENDS= p5-DBD-SQLite>=1.12:${PORTSDIR}/databases/p5-DBD-SQLite \
|
|
|
|
p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator \
|
|
|
|
p5-File-Temp>0:${PORTSDIR}/devel/p5-File-Temp
|
2012-05-01 05:42:12 +02:00
|
|
|
TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
|
2008-10-24 11:30:41 +02:00
|
|
|
|
2013-09-10 13:32:20 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2008-10-24 11:30:41 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|