pkgsrc/www/py-scgi/Makefile
obache e9a3ee3f5b * user-destdir ready, no privileges are required to install.
* distutils pkg, register egg-info.
* while here, sort PLIST.

Bump PKGREVISION.
2012-01-27 06:51:58 +00:00

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"