view Makefile @ 36:1ca9a9cd1da8

The Python2 (OS default version) language (interpreter) plugin for www/uwsginl
author Franz Glasner <hg@dom66.de>
date Sun, 24 Sep 2017 03:53:23 +0200
parents
children 07eef5807f38
line wrap: on
line source

# 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=	python
PLUGIN_FILENAME_TAG=	python2

MASTERDIR=	${.CURDIR}/../uwsginl-plugin-lang-py3

.include	"${MASTERDIR}/Makefile"