31 lines
581 B
Makefile
31 lines
581 B
Makefile
# $OpenBSD: Makefile,v 1.22 2015/09/29 10:52:55 sthen Exp $
|
|
|
|
COMMENT = fast, optionally sandboxed, Python template engine
|
|
|
|
MODPY_EGG_VERSION = 2.7.3
|
|
DISTNAME = Jinja2-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME:L}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = www devel
|
|
|
|
HOMEPAGE = http://jinja.pocoo.org/
|
|
|
|
MAINTAINER = frantisek holop <minusf@obiit.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODPY_PI = Yes
|
|
|
|
MODULES = lang/python
|
|
RUN_DEPENDS = textproc/py-MarkupSafe${MODPY_FLAVOR}
|
|
TEST_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
FLAVORS = python3
|
|
FLAVOR ?=
|
|
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
.include <bsd.port.mk>
|