blob: 352637f522600af9e09bae3fdcb09cd4b781a934 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.5 2006/06/07 12:55:52 joerg Exp $
#
DISTNAME= nevow-0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 2
CATEGORIES= www python
MASTER_SITES= http://www.divmod.org/users/release/divmod/
MAINTAINER= sifu@0xx0.net
HOMEPAGE= http://nevow.com/
COMMENT= Next-generation web application templating system
DEPENDS+= ${PYPKGPREFIX}-twisted>=1.3.0:../../net/py-twisted
DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml
PYTHON_VERSIONS_ACCEPTED= 24 23
WRKSRC= ${WRKDIR}/${DISTNAME}
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
|