blob: 5f50ae522448e169c3f900a5089aa8616b28eeb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.8 2013/11/12 19:24:16 adam Exp $
DISTNAME= CherryPy-3.2.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/C/CherryPy/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cherrypy.org/
COMMENT= CherryPy is a pythonic, object-oriented HTTP framework
LICENSE= modified-bsd
USE_LANGUAGES= # none
EGG_NAME= ${DISTNAME}
REPLACE_PYTHON= cherrypy/cherryd
REPLACE_PYTHON+= cherrypy/test/sessiondemo.py
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
|