mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
66c703f425
Approved by: portmgr (blanket)
22 lines
434 B
Makefile
22 lines
434 B
Makefile
# Created by: Dryice Liu <dryice@FreeBSD.org>
|
|
|
|
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>
|