13 lines
306 B
Makefile
13 lines
306 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/10/28 06:31:02 asau Exp $
|
|
#
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
|
|
COMMENT= Simple Common Gateway Interface
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-quixote-[0-9]*:../../devel/py-quixote
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
|
|
.include "../../www/py-scgi/Makefile.common"
|