alek 4842273a41 Import py-CherryPy 2.2.1
CherryPy is a pythonic, object-oriented web development framework.

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.

From Joerg Zinke <umaxx@oleco.net>
2006-05-18 08:44:51 +00:00

27 lines
552 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/05/18 08:44:51 alek Exp $
COMMENT= "pythonic, object-oriented web development framework"
DISTNAME= CherryPy-2.2.1
PKGNAME= py-${DISTNAME}
CATEGORIES= www
HOMEPAGE= http://www.cherrypy.org/
MAINTAINER= Joerg Zinke <umaxx@oleco.net>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cherrypy/}
MODULES= lang/python
do-regress:
@cd ${WRKSRC} && ${MODPY_BIN} ./cherrypy/test/test.py
.include <bsd.port.mk>