blob: 301f9e9064f664fc4d34465adcc253cbe02afa67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $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"
|