changeset 35:b09307db4054

MERGE: the python34 plugin from the old repository
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 09 Mar 2019 13:45:01 +0100
parents 3847d23cd66a (current diff) ecdf735e9c07 (diff)
children 68e6057a7c0a
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-py34/Makefile	Sat Mar 09 13:45:01 2019 +0100
@@ -0,0 +1,15 @@
+# Created by: Franz Glasner <freebsd-dev@dom66.de>
+# $FreeBSD$
+
+PORTNAME=	${UWSGI_NAME}-plugin-lang-py34
+
+COMMENT=	Language plugin for Python 3.4
+
+USES=		python:3.4 gettext-runtime
+
+PLUGIN_NAME=	python34
+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-py34/pkg-descr	Sat Mar 09 13:45:01 2019 +0100
@@ -0,0 +1,4 @@
+Python3.4 language plugin for uwsginl.
+Links to python3.4.
+
+WWW: http://projects.unbit.it/uwsgi/