freebsd-ports/www/py-bottle/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

22 lines
416 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= bottle
PORTVERSION= 0.12.18
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= python:3.6+
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>