freebsd-ports/databases/p5-DBIx-VersionedDDL/Makefile
Wen Heping a37b3983d4 DBIx::VersionedDDL is a perl module to upgrade and downgrade database
schemas to a specified version.

WWW: http://search.cpan.org/dist/DBIx-VersionedDDL/

PR:		ports/142175
Submitted by:	Alan Snelson <Alan@Wave2.org>
2010-01-20 12:09:53 +00:00

26 lines
607 B
Makefile

# New ports collection makefile for: p5-DBIx-VersionedDDL
# Date created: 30 December 2009
# Whom: alan
#
# $FreeBSD$
#
PORTNAME= DBIx-VersionedDDL
PORTVERSION= 0.05
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>