219d125819
* update to 0.6 * add required dependencies * adjust python versions (py3 is now supported) PR: 197689 Submitted by: rm (myself) Approved by: maintainer timeout (2 weeks)
23 lines
607 B
Makefile
23 lines
607 B
Makefile
# Created by: Oleg Pudeyev <oleg@bsdpower.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Flask-FlatPages
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= oleg@bsdpower.com
|
|
COMMENT= Provides flat static pages to a Flask application
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:${PORTSDIR}/www/py-flask \
|
|
${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \
|
|
${PYTHON_PKGNAMEPREFIX}markdown>0:${PORTSDIR}/textproc/py-markdown
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|