1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/www/py-beaker/Makefile
Kai Knoblich 66c703f425 www/py-beaker: Add CPE information
Approved by:	portmgr (blanket)
2021-10-06 15:32:42 +02:00

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>