1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/py-werkzeug/Makefile
Olivier Duchateau ed260c55e6 - Update to 0.11.11
- Add new option, WATCHDOG (not set by default). It monitors filesystem events
If this module is not installed, by default it's 'ast' (standard module)
2016-09-01 14:49:21 +00:00

32 lines
807 B
Makefile

# Created by: Moggie <moggie@elasticmind.net>
# $FreeBSD$
PORTNAME= werkzeug
PORTVERSION= 0.11.11
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Werkzeug-${DISTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Python utilities collection for building WSGI applications
LICENSE= BSD3CLAUSE
OPTIONS_DEFINE= EXAMPLES WATCHDOG
WATCHDOG_DESC= Monitor filesystem events
WATCHDOG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}watchdog>=0.8:devel/py-watchdog
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
EXAMPLESDIR= ${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
PORTEXAMPLES= *
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
.include <bsd.port.mk>