Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
view Makefile @ 32:921b2db456d8
The Python3.4 language (interpreter) plugin for www/uwsginl
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Sun, 24 Sep 2017 03:52:28 +0200 |
| parents | |
| children | 765f8e6d1d80 |
line wrap: on
line source
# Created by: Franz Glasner <freebsd-dev@dom66.de> # $FreeBSD$ PORTNAME= ${UWSGI_NAME}-plugin-lang-py34 COMMENT= Language plugin for Python 3.4 USES= python:3.4 gettext-runtime PLUGIN_NAME= python PLUGIN_FILENAME_TAG= python34 MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 .include "${MASTERDIR}/Makefile"
