blob: 210496eb5d81ee1b590356262f33e9f308023dc4 (
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
|
# Created by: Alan Snelson <Alan@Wave2.org>
# $FreeBSD$
PORTNAME= DBIx-VersionedDDL
PORTVERSION= 0.17
PORTREVISION= 1
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:databases/p5-DBD-SQLite \
p5-Moose>=1.21:devel/p5-Moose \
p5-Text-CSV>=1.20:textproc/p5-Text-CSV \
p5-MooseX-Attribute-ENV>=0.01:devel/p5-MooseX-Attribute-ENV \
p5-MooseX-Object-Pluggable>=0:devel/p5-MooseX-Object-Pluggable
RUN_DEPENDS= p5-DBD-SQLite>=1.31:databases/p5-DBD-SQLite \
p5-Moose>=1.21:devel/p5-Moose \
p5-Text-CSV>=1.20:textproc/p5-Text-CSV \
p5-MooseX-Attribute-ENV>=0.01:devel/p5-MooseX-Attribute-ENV \
p5-MooseX-Object-Pluggable>=0:devel/p5-MooseX-Object-Pluggable
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|