freebsd-ports/www/py-bottle/Makefile
2018-08-13 20:41:57 +00:00

19 lines
396 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= bottle
PORTVERSION= 0.12.13
PORTREVISION= 1
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
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>