comparison uwsginl-plugin-lang-py3/Makefile @ 50:4dda3a6c973d

Update the python3 plugin to uwsgi 2.0.18. Currently must use python:3.5+ for the build to succeed.
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 09 Mar 2019 23:31:07 +0100
parents cb20e897a53c
children 7e7b576aa608
comparison
equal deleted inserted replaced
49:7acc0bc940fc 50:4dda3a6c973d
1 # Created by: Franz Glasner <freebsd-dev@dom66.de> 1 # Created by: Franz Glasner <freebsd-dev@dom66.de>
2 # $FreeBSD$ 2 # $FreeBSD$
3 3
4 PORTNAME?= ${UWSGI_NAME}-plugin-lang-py3 4 PORTNAME?= ${UWSGI_NAME}-plugin-lang-py3
5 DISTVERSION= 2.0.16 5 DISTVERSION= 2.0.18
6 PORTREVISION?= 0 6 PORTREVISION?= 0
7 CATEGORIES?= www python 7 CATEGORIES?= www python
8 MASTER_SITES= http://projects.unbit.it/downloads/ 8 MASTER_SITES= http://projects.unbit.it/downloads/
9 DISTNAME= uwsgi-${DISTVERSION} 9 DISTNAME= uwsgi-${DISTVERSION}
10 10
19 19
20 BUILD_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl 20 BUILD_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl
21 RUN_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl 21 RUN_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl
22 22
23 # This specific python version is built 23 # This specific python version is built
24 USES?= python:3 gettext-runtime 24 USES?= python:3.5+ gettext-runtime
25 # Some python version is needed when building 25 # Some python version is needed when building
26 USES+= python:build pkgconfig 26 USES+= python:build pkgconfig
27 27
28 PLIST_FILES= ${PLUGIN_DIR}/${PLUGIN_FILENAME} 28 PLIST_FILES= ${PLUGIN_DIR}/${PLUGIN_FILENAME}
29 29