diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-11-24 07:24:35 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-11-24 07:24:35 +0000 |
commit | a640f4628df36883f2cd8d3c5002dbc919c9c0ab (patch) | |
tree | 28f3a35cc735cf1d2226269045fa20da1c94d600 /www/py-cherrypy-old/Makefile | |
parent | af5235870a1c1ee222c83a79b2f885097f0223ad (diff) |
Notes
Diffstat (limited to 'www/py-cherrypy-old/Makefile')
-rw-r--r-- | www/py-cherrypy-old/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/py-cherrypy-old/Makefile b/www/py-cherrypy-old/Makefile index 2907e7ee217d..6e0d1ff1ab95 100644 --- a/www/py-cherrypy-old/Makefile +++ b/www/py-cherrypy-old/Makefile @@ -6,14 +6,15 @@ # PORTNAME= cherrypy -PORTVERSION= 2.2.1 +PORTVERSION= 2.1.1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= -old DISTNAME= CherryPy-${PORTVERSION:C/\.b$/beta/} -MAINTAINER= nivit@email.it +MAINTAINER= alexbl@FreeBSD.org COMMENT= A pythonic, object-oriented web development framework USE_PYTHON= 2.3+ |