Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
changeset 143:8bb446cd21c1
Put the WWW information into the Makefiles for plugins also
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 25 Sep 2022 19:03:57 +0200 |
| parents | c32cf35cb4da |
| children | 80fc69a2ce1f |
| files | uwsginl-plugin-lang-py3/Makefile uwsginl-plugin-lang-pypy3/Makefile |
| diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/uwsginl-plugin-lang-py3/Makefile Sun Sep 25 19:01:22 2022 +0200 +++ b/uwsginl-plugin-lang-py3/Makefile Sun Sep 25 19:03:57 2022 +0200 @@ -11,6 +11,7 @@ MAINTAINER?= freebsd-dev@dom66.de COMMENT?= Language plugin for Python 3 (OS default) +WWW?= https://projects.unbit.it/uwsgi/ LICENSE= GPLv2-WITH-LINKING-EXCEPTION LICENSE_GROUPS= FSF GPL OSI
--- a/uwsginl-plugin-lang-pypy3/Makefile Sun Sep 25 19:01:22 2022 +0200 +++ b/uwsginl-plugin-lang-pypy3/Makefile Sun Sep 25 19:03:57 2022 +0200 @@ -10,6 +10,7 @@ MAINTAINER= freebsd-dev@dom66.de COMMENT= Language plugin for PyPy 3 +WWW= https://projects.unbit.it/uwsgi/ LICENSE= GPLv2-WITH-LINKING-EXCEPTION LICENSE_GROUPS= FSF GPL OSI
