aboutsummaryrefslogtreecommitdiff
path: root/www/py-bottle/Makefile
blob: 41c5a029b8e7d8c3a8bf15b196d1a4640866e348 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>