mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
63f5eeef8a
With hat: portmgr
23 lines
411 B
Makefile
23 lines
411 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bottle
|
|
PORTVERSION= 0.12.15
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|