28 lines
549 B
Makefile
28 lines
549 B
Makefile
# $OpenBSD: Makefile,v 1.8 2011/06/08 18:15:29 rpointel Exp $
|
|
|
|
COMMENT= pythonic, object-oriented web development framework
|
|
|
|
V= 2.3.0
|
|
DISTNAME= CherryPy-${V}
|
|
PKGNAME= py-cherrypy2-${V}
|
|
REVISION= 2
|
|
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>
|