blob: 3237a55d1207f4d35d53418876ea54b7ff653a6e (
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
27
28
29
30
31
32
33
34
35
|
# Created by: Alan Snelson <Alan@Wave2.org>
# $FreeBSD$
PORTNAME= DBIx-VersionedDDL
PORTVERSION= 0.17
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= Alan@Wave2.org
COMMENT= Upgrade and downgrade database schemas to a specified version
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-DBD-SQLite>=1.31:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-Moose>=1.21:${PORTSDIR}/devel/p5-Moose \
p5-Text-CSV>=1.20:${PORTSDIR}/textproc/p5-Text-CSV \
p5-MooseX-Attribute-ENV>=0.01:${PORTSDIR}/devel/p5-MooseX-Attribute-ENV \
p5-MooseX-Object-Pluggable>=0:${PORTSDIR}/devel/p5-MooseX-Object-Pluggable
RUN_DEPENDS= p5-DBD-SQLite>=1.31:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-Moose>=1.21:${PORTSDIR}/devel/p5-Moose \
p5-Text-CSV>=1.20:${PORTSDIR}/textproc/p5-Text-CSV \
p5-MooseX-Attribute-ENV>=0.01:${PORTSDIR}/devel/p5-MooseX-Attribute-ENV \
p5-MooseX-Object-Pluggable>=0:${PORTSDIR}/devel/p5-MooseX-Object-Pluggable
USES= perl5
USE_PERL5= configure
MAN1= migrate_schema.1
MAN3= DBIx::VersionedDDL.3 \
DBIx::VersionedDDL::Plugin::DefaultScriptProcessor.3
NO_STAGE= yes
.include <bsd.port.mk>
|