openbsd-ports/databases/py-sqlalchemy-migrate/Makefile
2013-03-11 02:52:04 +00:00

29 lines
617 B
Makefile

# $OpenBSD: Makefile,v 1.2 2013/03/11 02:52:07 espie Exp $
COMMENT = schema migration tools for SQLAlchemy
MODPY_EGG_VERSION = 0.7.1
DISTNAME = sqlalchemy-migrate-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = databases
HOMEPAGE = http://code.google.com/p/sqlalchemy-migrate/
# MIT
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://sqlalchemy-migrate.googlecode.com/files/
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
RUN_DEPENDS = databases/py-sqlalchemy \
devel/py-decorator \
www/py-tempita
# test needs unported py-cfgparse & py-scripttest
NO_TEST = Yes
.include <bsd.port.mk>