summaryrefslogtreecommitdiff
path: root/devel/py-quixote/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-quixote/Makefile')
-rw-r--r--devel/py-quixote/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-quixote/Makefile b/devel/py-quixote/Makefile
index bd41ccc4bd2..9c936275e0d 100644
--- a/devel/py-quixote/Makefile
+++ b/devel/py-quixote/Makefile
@@ -1,20 +1,20 @@
-# $NetBSD: Makefile,v 1.4 2013/04/18 00:56:41 mspo Exp $
-#
+# $NetBSD: Makefile,v 1.5 2014/01/19 20:37:43 wiz Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
-DISTNAME= Quixote-2.6
-PKGREVISION= 1
+DISTNAME= Quixote-2.7
CATEGORIES= devel www
MASTER_SITES= http://quixote.ca/releases/
MAINTAINER= manu@NetBSD.org
HOMEPAGE= http://quixote.ca/
COMMENT= Framework for writing Python web application
+LICENSE= mit
-#PKG_DESTDIR_SUPPORT= destdir
REPLACE_PYTHON+= setup.py quixote/server/*.py quixote/test/*.py quixote/ptl/*.py
REPLACE_PYTHON+= quixote/demo/*.py
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.7
+
.include "../../lang/python/distutils.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"