view uwsginl-plugin-gevent37/Makefile @ 83:0ad8957eb3a9

use strrchr to get port. Noticed an ipv6 --http-socket=[::]:80 had a bad port. commit 43bd09d6ee3fc46dfc7795ac6a9b5ca34ef61f65
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 14 Jun 2020 22:45:26 +0200
parents 8711f048ba1c
children 4ddf40c2765a
line wrap: on
line source

# Created by: Franz Glasner <freebsd-dev-@dom66.de>
# $FreeBSD$

PORTNAME=	${UWSGI_NAME}-plugin-${PLUGIN_NAME}

COMMENT=	Python3.7 gevent plugin for ${UWSGI_NAME}

USES=		python:3.7 gettext-runtime

PLUGIN_NAME=	gevent37
PLUGIN_SOURCE=	plugins/gevent

MASTERDIR=	${.CURDIR}/../uwsginl-plugin-lang-py3

.include	"${MASTERDIR}/Makefile"