blob: 7fb9bde5a1f399664403439ab02d036c058a90ff (
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
25
26
|
# New ports collection makefile for: p5-DBIx-VersionedDDL
# Date created: 30 December 2009
# Whom: alan
#
# $FreeBSD$
#
PORTNAME= DBIx-VersionedDDL
PORTVERSION= 0.06
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= Alan@Wave2.org
COMMENT= Upgrade and downgrade database schemas to a specified version
RUN_DEPENDS= p5-DBD-SQLite>=1.27:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-Moose>=0.93:${PORTSDIR}/devel/p5-Moose \
p5-Text-CSV>=1.16:${PORTSDIR}/textproc/p5-Text-CSV
PERL_CONFIGURE= 5.8.8+
MAN1= migrate_schema.1
MAN3= DBIx::VersionedDDL.3
.include <bsd.port.mk>
|