# New ports collection makefile for:	p5-DBIx-VersionedDDL
# Date created:			30 December 2009
# Whom:				alan
#
# $FreeBSD: ports/databases/p5-DBIx-VersionedDDL/Makefile,v 1.4 2010/11/30 06:31:03 wen Exp $
#

PORTNAME=	DBIx-VersionedDDL
PORTVERSION=	0.16
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.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

PERL_CONFIGURE=	5.8.8+

MAN1=	migrate_schema.1
MAN3=	DBIx::VersionedDDL.3 \
	DBIx::VersionedDDL::Plugin::DefaultScriptProcessor.3

.include <bsd.port.mk>
