blob: dacdd184b0378bc7a1718be64ca094c7945b3161 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= DBICx-Deploy
PORTVERSION= 0.02
PORTREVISION= 3
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JROCKWAY
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl 5 module to deploy a DBIx::Class schema
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
RUN_DEPENDS= p5-DBIx-Class>=0.07003:${PORTSDIR}/databases/p5-DBIx-Class \
p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|