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