Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
annotate uwsginl-plugin-logpipe/Makefile @ 121:d9d0604fbe42
Allow to build the logpipe uwsginl plugin
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 16 May 2021 17:12:11 +0200 |
| parents | |
| children |
| 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" |
