diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-03-18 05:04:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-03-18 05:04:36 +0000 |
commit | 4925e50c3e6dcd356251d4a6f192b9091ed0427e (patch) | |
tree | 177f12c6f1a092c509744ca00f4838c9bf6c3a3b /www/py-cherrypy-old | |
parent | 84020ad5700746de66b20f5d087d7ac55b1e7623 (diff) | |
download | ports-4925e50c3e6dcd356251d4a6f192b9091ed0427e.tar.gz ports-4925e50c3e6dcd356251d4a6f192b9091ed0427e.zip |
- Set Portscout flags
- Pass maintainership to submitter
PR: 166196 165943 165915
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=293502
Diffstat (limited to 'www/py-cherrypy-old')
-rw-r--r-- | www/py-cherrypy-old/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-cherrypy-old/Makefile b/www/py-cherrypy-old/Makefile index 0bded70c4fa3..4339f1bb4639 100644 --- a/www/py-cherrypy-old/Makefile +++ b/www/py-cherrypy-old/Makefile @@ -15,13 +15,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -old DISTNAME= CherryPy-${PORTVERSION:C/\.b$/beta/} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= A pythonic, object-oriented web development framework USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= CherryPy +PORTSCOUT= ignore:1 # This the last version of 2.3.X branch + LN_OPTS= -sf RM_OPTS= -r |