pkgsrc/www/py-cherrypy/Makefile
adam 6067e1e80d CherryPy allows developers to build web applications in much the same way they
would build any other object-oriented Python program. This results in smaller
source code developed in less time.

CherryPy is now more than six years old and it is has proven very fast and
stable. It is being used in production by many sites, from the simplest ones to
the most demanding ones.
2011-04-05 11:56:08 +00:00

19 lines
530 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/04/05 11:56:08 adam Exp $
DISTNAME= CherryPy-3.2.0
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}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"