1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/www/py-beaker/Makefile
2019-08-28 23:53:52 +00:00

28 lines
558 B
Makefile

# Created by: Dryice Liu <dryice@FreeBSD.org>
# $FreeBSD$
PORTNAME= beaker
PORTVERSION= 1.11.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Beaker-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Session and Caching library with WSGI Middleware
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} <= 3200
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}funcsigs>=0:devel/py-funcsigs@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>