freebsd-ports/www/py-bottle/Makefile
2022-11-20 14:34:42 +01:00

21 lines
408 B
Makefile

PORTNAME= bottle
PORTVERSION= 0.12.23
PORTREVISION= 0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Fast and simple WSGI-framework for small web-applications
WWW= https://bottlepy.org/
LICENSE= MIT
USES= cpe python:3.6+
CPE_VENDOR= bottlepy
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>