comparison uwsginl-plugin-lang-pypy3/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 bbc009daf3c0
children 8bb446cd21c1
comparison
equal deleted inserted replaced
140:bbc009daf3c0 141:aa65e876b77d
20 BUILD_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl 20 BUILD_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl
21 BUILD_DEPENDS+= pypy3>=6:lang/pypy3 21 BUILD_DEPENDS+= pypy3>=6:lang/pypy3
22 RUN_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl 22 RUN_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl
23 RUN_DEPENDS+= pypy3>=6:lang/pypy3 23 RUN_DEPENDS+= pypy3>=6:lang/pypy3
24 24
25 USES= gettext-runtime pkgconfig 25 USES= cpe gettext-runtime pkgconfig
26 CPE_VENDOR= unbit
26 27
27 .include "${.CURDIR}/../uwsginl/Makefile.gh" 28 .include "${.CURDIR}/../uwsginl/Makefile.gh"
28 29
29 EXTRA_PATCHES= ${.CURDIR}/files/extra 30 EXTRA_PATCHES= ${.CURDIR}/files/extra
30 31