Lines 2-10
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= formalchemy |
4 |
PORTNAME= formalchemy |
5 |
PORTVERSION= 1.5.1 |
5 |
PORTVERSION= 1.5.5 |
6 |
CATEGORIES= www python |
6 |
CATEGORIES= www python |
7 |
#MASTER_SITES= https://github.com/FormAlchemy/formalchemy |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
DISTNAME= FormAlchemy-${DISTVERSION} |
9 |
DISTNAME= FormAlchemy-${DISTVERSION} |
10 |
|
10 |
|
Lines 13-28
Link Here
|
13 |
|
13 |
|
14 |
LICENSE= MIT |
14 |
LICENSE= MIT |
15 |
|
15 |
|
16 |
USE_GITHUB= yes |
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0:textproc/py-MarkupSafe \ |
17 |
GH_ACCOUNT= FormAlchemy |
17 |
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six \ |
18 |
GH_TAGNAME= v${PORTVERSION} |
18 |
${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.4.5:databases/py-sqlalchemy10 \ |
19 |
|
|
|
20 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.4.5:databases/py-sqlalchemy10 \ |
21 |
${PYTHON_PKGNAMEPREFIX}Tempita>=0.4:textproc/py-Tempita \ |
19 |
${PYTHON_PKGNAMEPREFIX}Tempita>=0.4:textproc/py-Tempita \ |
22 |
${PYTHON_PKGNAMEPREFIX}webhelpers>=0.6.4:www/py-webhelpers |
20 |
${PYTHON_PKGNAMEPREFIX}webhelpers>=0.6.4:www/py-webhelpers |
23 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
|
|
24 |
|
21 |
|
25 |
USES= python |
22 |
USES= python |
26 |
USE_PYTHON= distutils autoplist |
23 |
USE_PYTHON= distutils autoplist |
|
|
24 |
NO_ARCH= yes |
27 |
|
25 |
|
28 |
.include <bsd.port.mk> |
26 |
.include <bsd.port.mk> |