changeset 39:68e6057a7c0a

MERGE: the python2 plugin from the old repository
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 09 Mar 2019 13:45:34 +0100
parents b09307db4054 (current diff) ef54be27c71b (diff)
children 94e0229666fe
files
diffstat 2 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uwsginl-plugin-lang-py2/Makefile	Sat Mar 09 13:45:34 2019 +0100
@@ -0,0 +1,15 @@
+# Created by: Franz Glasner <freebsd-dev@dom66.de>
+# $FreeBSD$
+
+PORTNAME=	${UWSGI_NAME}-plugin-lang-py2
+
+COMMENT=	Language plugin for Python 2 (OS default)
+
+USES=		python:2 gettext-runtime
+
+PLUGIN_NAME=	python2
+PLUGIN_SOURCE=	plugins/python
+
+MASTERDIR=	${.CURDIR}/../uwsginl-plugin-lang-py3
+
+.include	"${MASTERDIR}/Makefile"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uwsginl-plugin-lang-py2/pkg-descr	Sat Mar 09 13:45:34 2019 +0100
@@ -0,0 +1,4 @@
+Python2 language plugin for uwsginl.
+Links to the default Python2 version on the system.
+
+WWW: http://projects.unbit.it/uwsgi/