Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
view Makefile @ 41:5459fb295a5e
Adjust to master port changes: re-define PLUGIN_NAME and PLUGIN_SOURCE
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Sun, 24 Sep 2017 16:09:15 +0200 |
| parents | c1162b9a5607 |
| children |
line wrap: on
line source
# Created by: Franz Glasner <freebsd-dev@dom66.de> # $FreeBSD$ PORTNAME= ${UWSGI_NAME}-plugin-lang-py27 COMMENT= Language plugin for Python 2.7 USES= python:2.7 gettext-runtime PLUGIN_NAME= python27 PLUGIN_SOURCE= plugins/python MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 .include "${MASTERDIR}/Makefile"
