pkgsrc/www/py-scgi/Makefile.common
manu be6555ac2e The SCGI protocol is a replacement for the Common Gateway Interface
(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.
2009-03-03 10:13:10 +00:00

16 lines
404 B
Makefile

# $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"