freebsd-ports/databases/p5-DBICx-TestDatabase/Makefile
Martin Wilke 10b9ccfd51 The Perl 5 module DBICx::TestDatabase creates a temporary SQLite
database, deploys your DBIC schema, and then connects to it. This
lets you easily test your DBIC schema. Since you have a fresh
database for every test, you don't have to worry about cleaning up
after your tests, ordering of tests affecting failure, etc.

WWW: http://search.cpan.org/dist/DBICx-TestDatabase/
2008-10-24 09:30:41 +00:00

27 lines
741 B
Makefile

# New ports collection makefile for: DBICx-TestDatabase
# Date created: 23 Oct 2008
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= DBICx-TestDatabase
PORTVERSION= 0.02
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/J/JR/JROCKWAY/
PKGNAMEPREFIX= p5-
MAINTAINER= miwi@FreeBSD.org
COMMENT= Module to create temporary database from a DBIx::Class::Schema
RUN_DEPENDS= p5-DBD-SQLite>=1.12:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator
BUILD_DEPENDS= p5-DBIx-Class>=0.07005:${PORTSDIR}/databases/p5-DBIx-Class
PERL_CONFIGURE= yes
MAN3= DBICx::TestDatabase.3 \
DBICx::TestDatabase::Subclass.3
.include <bsd.port.mk>