comparison uwsginl-plugin-lang-py27/Makefile @ 42:8144321b6cee

Prepare for a common repository: move all files into directory uwsginl-plugin-lang-py27
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 09 Mar 2019 13:28:26 +0100
parents Makefile@5459fb295a5e
children 4ddf40c2765a
comparison
equal deleted inserted replaced
41:5459fb295a5e 42:8144321b6cee
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= python27
11 PLUGIN_SOURCE= plugins/python
12
13 MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3
14
15 .include "${MASTERDIR}/Makefile"