14 lines
365 B
Makefile
14 lines
365 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/12/05 21:26:06 adam Exp $
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
|
|
COMMENT= Simple Common Gateway Interface
|
|
LICENSE= cnri-license
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-quixote-[0-9]*:../../devel/py-quixote
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-quixote
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
|
|
.include "../../www/py-scgi/Makefile.common"
|