Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
diff Makefile @ 40:c1162b9a5607
The Python2.7 language (interpreter) plugin for www/uwsginl
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Sun, 24 Sep 2017 03:59:05 +0200 |
| parents | |
| children | 5459fb295a5e |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Sun Sep 24 03:59:05 2017 +0200 @@ -0,0 +1,15 @@ +# Created by: Franz Glasner <freebsd-dev@dom66.de> +# $FreeBSD$ + +PORTNAME= ${UWSGI_NAME}-plugin-lang-py27 + +COMMENT= Language plugin for Python 2.7 + +USES= python:2.7 gettext-runtime + +PLUGIN_NAME= python +PLUGIN_FILENAME_TAG= python27 + +MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 + +.include "${MASTERDIR}/Makefile"
