# Created by: Nicola Vitale	<nivit@email.it>
# $FreeBSD: tags/RELEASE_11_0_0/www/py-cherrypy-old/Makefile 375378 2014-12-24 00:14:11Z bofh $

PORTNAME=	cherrypy
PORTVERSION=	2.3.0
PORTREVISION=	2
PORTEPOCH=	1
CATEGORIES=	www python
MASTER_SITES=	http://download.cherrypy.org/${PORTNAME}/${PORTVERSION}/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX=	-old
DISTNAME=	CherryPy-${PORTVERSION:C/\.b$/beta/}

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Pythonic, object-oriented web development framework

LICENSE=	BSD3CLAUSE

USES=		python:2
USE_PYTHON=	autoplist distutils

PORTSCOUT=	ignore:1        # This the last version of 2.3.X branch

.include <bsd.port.mk>
