annotate uwsginl-plugin-logpipe/Makefile @ 123:ac6c2cfa7412

ADD: a new language plugin for PHP 7.4
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 16 May 2021 18:08:19 +0200
parents d9d0604fbe42
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
121
d9d0604fbe42 Allow to build the logpipe uwsginl plugin
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
1 # Created by: Franz Glasner <freebsd-dev@dom66.de>
d9d0604fbe42 Allow to build the logpipe uwsginl plugin
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
2 # $FreeBSD$
d9d0604fbe42 Allow to build the logpipe uwsginl plugin
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
3
d9d0604fbe42 Allow to build the logpipe uwsginl plugin
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
4 PORTNAME= ${UWSGI_NAME}-plugin-logpipe
d9d0604fbe42 Allow to build the logpipe uwsginl plugin
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
5
d9d0604fbe42 Allow to build the logpipe uwsginl plugin
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
6 COMMENT= Logger plugin for to log to the stdin of an external process
d9d0604fbe42 Allow to build the logpipe uwsginl plugin
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
7
d9d0604fbe42 Allow to build the logpipe uwsginl plugin
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
8 USES= gettext-runtime
d9d0604fbe42 Allow to build the logpipe uwsginl plugin
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
9
d9d0604fbe42 Allow to build the logpipe uwsginl plugin
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
10 PLUGIN_NAME= logpipe
d9d0604fbe42 Allow to build the logpipe uwsginl plugin
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
11 PLUGIN_SOURCE= plugins/logpipe
d9d0604fbe42 Allow to build the logpipe uwsginl plugin
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
12
d9d0604fbe42 Allow to build the logpipe uwsginl plugin
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
13 MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3
d9d0604fbe42 Allow to build the logpipe uwsginl plugin
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
14
d9d0604fbe42 Allow to build the logpipe uwsginl plugin
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
15 .include "${MASTERDIR}/Makefile"