e01f02b20e
CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time. CherryPy is now more than three 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.
27 lines
554 B
Makefile
27 lines
554 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/27 15:23:13 martynas Exp $
|
|
|
|
COMMENT= "pythonic, object-oriented web development framework"
|
|
|
|
V= 2.2.1
|
|
DISTNAME= CherryPy-${V}
|
|
PKGNAME= py-cherrypy2-${V}
|
|
CATEGORIES= www lang/python
|
|
|
|
HOMEPAGE= http://www.cherrypy.org/
|
|
|
|
MAINTAINER= Martynas Venckus <martynas@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://download.cherrypy.org/cherrypy/${V}/
|
|
|
|
MODULES= lang/python
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|