view 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 source

# 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"