mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
101831418c
PR: 259459
24 lines
430 B
Makefile
24 lines
430 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
|
|
PORTNAME= bottle
|
|
PORTVERSION= 0.12.19
|
|
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
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cpe python:3.6+
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
CPE_VENDOR= bottlepy
|
|
|
|
.include <bsd.port.mk>
|