2006-11-26 10:42:43 +01:00
|
|
|
# New ports collection makefile for: py-migrate
|
|
|
|
# Date created: 9 November 2006
|
|
|
|
# Whom: elvstone@gmail.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= migrate
|
2006-12-06 10:24:29 +01:00
|
|
|
PORTVERSION= 0.2.2
|
2007-01-10 20:19:52 +01:00
|
|
|
PORTREVISION= 1
|
2006-11-26 10:42:43 +01:00
|
|
|
CATEGORIES= databases python
|
|
|
|
MASTER_SITES= http://cheeseshop.python.org/packages/source/m/migrate/ \
|
|
|
|
http://dose.se/distfiles/migrate/
|
2006-11-29 10:03:03 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2006-11-26 10:42:43 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= elvstone@gmail.com
|
|
|
|
COMMENT= Database schema migrations for SQLAlchemy
|
|
|
|
|
|
|
|
USE_PYTHON= 2.3+
|
|
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION} \
|
|
|
|
PYTHONVERSION=${_PYTHON_VERSION}
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
|
2007-01-25 11:56:57 +01:00
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/share/examples/sqlalchemy/vertical/vertical.py:${PORTSDIR}/databases/py-sqlalchemy
|
2006-11-26 10:42:43 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|