16 lines
465 B
Makefile
16 lines
465 B
Makefile
# $NetBSD: Makefile,v 1.11 2018/07/03 05:03:13 adam Exp $
|
|
|
|
DISTNAME= Quixote-2.9.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= devel www python
|
|
MASTER_SITES= http://quixote.ca/releases/
|
|
|
|
MAINTAINER= manu@NetBSD.org
|
|
HOMEPAGE= http://quixote.ca/
|
|
COMMENT= Framework for writing Python web application
|
|
LICENSE= mit
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # v3.0 is for Python 3.x only
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|