28 lines
546 B
Makefile
28 lines
546 B
Makefile
# $OpenBSD: Makefile,v 1.7 2010/08/30 22:02:33 sthen Exp $
|
|
|
|
COMMENT= pythonic, object-oriented web development framework
|
|
|
|
V= 2.3.0
|
|
DISTNAME= CherryPy-${V}
|
|
PKGNAME= py-cherrypy2-${V}
|
|
REVISION= 1
|
|
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>
|