1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/py-bottle/Makefile
2021-12-07 10:18:35 +01:00

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>