mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
29 lines
757 B
Makefile
29 lines
757 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
|
|
PORTREVISION= 2
|
|
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>
|