freebsd-ports/www/py-bottle/Makefile
Nicola Vitale 4a85aaf542 - Update to 0.11.6
- Include fix of pkg-plist when Python ver >= 3.2
2013-02-02 14:25:28 +00:00

25 lines
514 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= bottle
PORTVERSION= 0.11.6
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
# Python3 ready
USE_PYTHON= 2.6-
USE_PYDISTUTILS= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} >= 320
.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
.endif
.include <bsd.port.post.mk>