05db6bcb6e
requested by Joerg Zinke; ok rui@
27 lines
536 B
Makefile
27 lines
536 B
Makefile
# $OpenBSD: Makefile,v 1.5 2008/01/25 20:41:18 martynas Exp $
|
|
|
|
COMMENT= pythonic, object-oriented web development framework
|
|
|
|
V= 2.3.0
|
|
DISTNAME= CherryPy-${V}
|
|
PKGNAME= py-cherrypy2-${V}
|
|
CATEGORIES= www
|
|
|
|
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>
|