2013-01-07 10:27:07 +01:00
|
|
|
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
2009-11-04 10:13:22 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= bottle
|
2014-03-31 00:18:35 +02:00
|
|
|
PORTVERSION= 0.12.5
|
|
|
|
PORTREVISION= 0
|
2009-11-04 10:13:22 +01:00
|
|
|
CATEGORIES= www python
|
2012-02-11 00:26:00 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2009-11-04 10:13:22 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
|
|
COMMENT= Fast and simple WSGI-framework for small web-applications
|
|
|
|
|
2012-06-30 14:39:29 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2014-03-02 20:51:02 +01:00
|
|
|
USE_PYTHON= yes
|
2009-11-04 10:13:22 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
2014-01-29 16:04:46 +01:00
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2009-11-04 10:13:22 +01:00
|
|
|
|
2014-03-02 20:51:02 +01:00
|
|
|
.include <bsd.port.mk>
|