blob: 233ae204945ce3b7958771a6d07a9d5b83bfaf28 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: Dryice Liu <dryice@FreeBSD.org>
# $FreeBSD$
PORTNAME= beaker
PORTVERSION= 1.9.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>=1.0.2:devel/py-funcsigs
.endif
.include <bsd.port.post.mk>
|