aboutsummaryrefslogtreecommitdiff
path: root/www/py-beaker/Makefile
blob: 0a25de06421a69f25dbc9ddeaa4b739002945abb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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=		cpe python:3.6+
CPE_VENDOR=	beakerbrowser
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>