comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 40:c1162b9a5607
1 # Created by: Franz Glasner <freebsd-dev@dom66.de>
2 # $FreeBSD$
3
4 PORTNAME= ${UWSGI_NAME}-plugin-lang-py27
5
6 COMMENT= Language plugin for Python 2.7
7
8 USES= python:2.7 gettext-runtime
9
10 PLUGIN_NAME= python
11 PLUGIN_FILENAME_TAG= python27
12
13 MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3
14
15 .include "${MASTERDIR}/Makefile"