Lines 2-11
Link Here
|
2 |
# $FreeBSD: head/databases/py-sqlalchemy-migrate/Makefile 415627 2016-05-22 10:52:44Z matthew $ |
2 |
# $FreeBSD: head/databases/py-sqlalchemy-migrate/Makefile 415627 2016-05-22 10:52:44Z matthew $ |
3 |
|
3 |
|
4 |
PORTNAME= sqlalchemy-migrate |
4 |
PORTNAME= sqlalchemy-migrate |
5 |
PORTVERSION= 0.7.2 |
5 |
PORTVERSION= 0.10.0 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= databases python |
6 |
CATEGORIES= databases python |
8 |
MASTER_SITES= GOOGLE_CODE |
7 |
MASTER_SITES= CHEESESHOP |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
10 |
|
9 |
|
11 |
MAINTAINER= lwhsu@FreeBSD.org |
10 |
MAINTAINER= lwhsu@FreeBSD.org |
Lines 13-19
Link Here
|
13 |
|
12 |
|
14 |
LICENSE= MIT |
13 |
LICENSE= MIT |
15 |
|
14 |
|
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.7:databases/py-sqlalchemy07 \ |
15 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8.1:devel/py-pbr |
|
|
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=1.0.13:databases/py-sqlalchemy10 \ |
17 |
${PYTHON_PKGNAMEPREFIX}Tempita>0:textproc/py-Tempita \ |
17 |
${PYTHON_PKGNAMEPREFIX}Tempita>0:textproc/py-Tempita \ |
18 |
${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator |
18 |
${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator |
19 |
|
19 |
|