blob: ba656eba6b771dbcfc44c91206ff12e373478a3e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: bottle
# Date created: 2009-11-03
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bottle
PORTVERSION= 0.9.6
CATEGORIES= www python
MASTER_SITES= CHEESESHOP \
http://nivi.interfree.it/distfiles/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Fast and simple WSGI-framework for small web-applications
# Python3 ready
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|