mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
22 lines
434 B
Makefile
22 lines
434 B
Makefile
# New ports collection makefile for: bottle
|
|
# Date created: 2009-11-03
|
|
# Whom: Nicola Vitale <nivit@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bottle
|
|
PORTVERSION= 0.10.9
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Fast and simple WSGI-framework for small web-applications
|
|
|
|
# Python3 ready
|
|
USE_PYTHON= 2.6-
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|