|
Lines 2-9
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= Flask-FlatPages |
4 |
PORTNAME= Flask-FlatPages |
| 5 |
PORTVERSION= 0.5 |
5 |
PORTVERSION= 0.6 |
| 6 |
PORTREVISION= 1 |
|
|
| 7 |
CATEGORIES= www python |
6 |
CATEGORIES= www python |
| 8 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
| 9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
Lines 12-21
Link Here
|
| 12 |
COMMENT= Provides flat static pages to a Flask application |
11 |
COMMENT= Provides flat static pages to a Flask application |
| 13 |
|
12 |
|
| 14 |
LICENSE= BSD3CLAUSE |
13 |
LICENSE= BSD3CLAUSE |
|
|
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
| 15 |
|
15 |
|
| 16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:${PORTSDIR}/www/py-flask |
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:${PORTSDIR}/www/py-flask \ |
|
|
17 |
${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \ |
| 18 |
${PYTHON_PKGNAMEPREFIX}markdown>0:${PORTSDIR}/textproc/py-markdown |
| 17 |
|
19 |
|
| 18 |
USES= python:2 |
20 |
USES= python |
| 19 |
USE_PYTHON= autoplist distutils |
21 |
USE_PYTHON= autoplist distutils |
| 20 |
|
22 |
|
| 21 |
.include <bsd.port.mk> |
23 |
.include <bsd.port.mk> |