pkgsrc/devel/py-quixote/Makefile
2014-05-09 07:36:53 +00:00

20 lines
606 B
Makefile

# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:02 wiz Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
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
REPLACE_PYTHON+= setup.py quixote/server/*.py quixote/test/*.py quixote/ptl/*.py
REPLACE_PYTHON+= quixote/demo/*.py
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.7
.include "../../lang/python/distutils.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"