forked from Lainports/freebsd-ports
27 lines
795 B
Makefile
27 lines
795 B
Makefile
# New ports collection makefile for: py-migrate
|
|
# Date created: 9 November 2006
|
|
# Whom: elvstone@gmail.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= migrate
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= http://cheeseshop.python.org/packages/source/m/migrate/ \
|
|
http://dose.se/distfiles/migrate/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
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
|
|
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/SQLAlchemy-0.3.1-py${_PYTHON_VERSION}.egg:${PORTSDIR}/databases/py-sqlalchemy
|
|
|
|
.include <bsd.port.mk>
|