aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-beaker/Makefile
blob: 1870d94dd0c538f74d63dc971e0998dc92e6accf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Dryice Liu <dryice@FreeBSD.org>
# $FreeBSD$

PORTNAME=   beaker
PORTVERSION=    1.8.0
PORTREVISION=   1
CATEGORIES= www python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   Beaker-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Session and Caching library with WSGI Middleware

LICENSE=    BSD3CLAUSE

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}funcsigs>0:${PORTSDIR}/devel/py-funcsigs

USES=       python
USE_PYTHON= distutils autoplist

.include <bsd.port.mk>