openbsd-ports/www/py-CherryPy/Makefile

28 lines
583 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2007/10/08 08:22:43 steven Exp $
COMMENT= pythonic, object-oriented web development framework
V= 3.0.1
2007-01-12 08:45:08 -05:00
DISTNAME= CherryPy-${V}
PKGNAME= py-${DISTNAME}p1
2007-05-27 11:25:37 -04:00
CATEGORIES= www lang/python
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= http://download.cherrypy.org/cherrypy/${V}/
MODULES= lang/python
do-regress:
@cd ${WRKSRC} && ${MODPY_BIN} ./cherrypy/test/test.py --dumb
.include <bsd.port.mk>