be6555ac2e
(CGI) protocol. It is a standard for applications to interface with HTTP servers. It is similar to FastCGI but is designed to be easier to implement.
16 lines
404 B
Text
16 lines
404 B
Text
# $NetBSD: Makefile.common,v 1.1.1.1 2009/03/03 10:13:10 manu Exp $
|
|
#
|
|
# used by www/py-scgi/Makefile
|
|
# used by www/ap-scgi/Makefile
|
|
# used by www/ap2-scgi/Makefile
|
|
|
|
DISTNAME= scgi-1.13
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://python.ca/scgi/releases/
|
|
|
|
MAINTAINER= manu@NetBSD.org
|
|
HOMEPAGE= http://python.ca/scgi/
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../www/py-scgi/distinfo
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|