comparison uwsginl-plugin-lang-py3/Makefile @ 141:aa65e876b77d

Include CPE information into plugin builds also
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 25 Sep 2022 18:47:08 +0200
parents 0591ef28d649
children 8bb446cd21c1
comparison
equal deleted inserted replaced
140:bbc009daf3c0 141:aa65e876b77d
21 BUILD_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl 21 BUILD_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl
22 RUN_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl 22 RUN_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl
23 23
24 # This specific python version is built 24 # This specific python version is built
25 USES?= python:3.5+ gettext-runtime 25 USES?= python:3.5+ gettext-runtime
26 # Some python version is needed when building 26 # Some python version is also needed when building
27 USES+= python:build pkgconfig 27 USES+= cpe python:build pkgconfig
28 CPE_VENDOR= unbit
28 29
29 .include "${.CURDIR}/../uwsginl/Makefile.gh" 30 .include "${.CURDIR}/../uwsginl/Makefile.gh"
30 31
31 PLIST_FILES= ${PLUGIN_DIR}/${PLUGIN_FILENAME} 32 PLIST_FILES= ${PLUGIN_DIR}/${PLUGIN_FILENAME}
32 33