pkgsrc/www/py-cherrypy/Makefile
wiz aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00

23 lines
650 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/04/08 19:09:15 wiz Exp $
DISTNAME= CherryPy-3.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= http://download.cherrypy.org/cherrypy/${PKGVERSION_NOREV}/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cherrypy.org/
COMMENT= CherryPy is a pythonic, object-oriented HTTP framework
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
EGG_NAME= ${DISTNAME}
REPLACE_PYTHON= cherrypy/cherryd
REPLACE_PYTHON+= cherrypy/test/sessiondemo.py
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"