- Change RUN_DEPENDS to py-sqlalchemy10 [1] PR: 213562 [1] Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
20 lines
438 B
Makefile
20 lines
438 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= alembic
|
|
PORTVERSION= 0.8.8
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= Database migration tool for SQLAlchemy
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10 \
|
|
${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|