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
|
2013-02-02 15:25:28 +01:00
|
|
|
PORTVERSION= 0.11.6
|
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
|
|
|
|
|
2011-08-07 22:54:22 +02:00
|
|
|
# Python3 ready
|
2012-01-21 14:48:13 +01:00
|
|
|
USE_PYTHON= 2.6-
|
2009-11-04 10:13:22 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
2012-06-30 15:28:09 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PYTHON_REL} >= 320
|
2013-02-02 15:25:28 +01:00
|
|
|
.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
|
2012-06-30 15:28:09 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|