e9a3ee3f5b
* distutils pkg, register egg-info. * while here, sort PLIST. Bump PKGREVISION.
15 lines
343 B
Makefile
15 lines
343 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/01/27 06:51:58 obache Exp $
|
|
#
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
|
|
COMMENT= Simple Common Gateway Interface
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-quixote-[0-9]*:../../devel/py-quixote
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
|
|
.include "../../www/py-scgi/Makefile.common"
|