view uwsginl-plugin-pam/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 f5d46dc37f87
children 4ddf40c2765a
line wrap: on
line source

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

PORTNAME=	${UWSGI_NAME}-plugin-pam

COMMENT=	PAM plugin for uwsginl

USES=

PLUGIN_NAME=	pam
PLUGIN_SOURCE=	plugins/pam

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

.include	"${MASTERDIR}/Makefile"