2008-10-24 11:35:40 +02:00
|
|
|
# New ports collection makefile for: DBICx-Deploy
|
|
|
|
# Date created: 23 Oct 2008
|
|
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= DBICx-Deploy
|
|
|
|
PORTVERSION= 0.02
|
2010-09-24 02:44:29 +02:00
|
|
|
PORTREVISION= 3
|
2008-10-24 11:35:40 +02:00
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 10:37:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:JROCKWAY
|
2008-10-24 11:35:40 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2011-11-14 19:32:43 +01:00
|
|
|
COMMENT= Perl 5 module to deploy a DBIx::Class schema
|
2008-10-24 11:35:40 +02:00
|
|
|
|
2011-09-25 00:02:35 +02:00
|
|
|
BUILD_DEPENDS= p5-DBIx-Class>=0.07003:${PORTSDIR}/databases/p5-DBIx-Class \
|
|
|
|
p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator \
|
|
|
|
p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
|
2008-10-24 11:35:40 +02:00
|
|
|
RUN_DEPENDS= p5-DBIx-Class>=0.07003:${PORTSDIR}/databases/p5-DBIx-Class \
|
|
|
|
p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= dbicdeploy.1
|
|
|
|
MAN3= DBICx::Deploy.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|