b32585289a
While here, update maintainer email PR: 240542 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> (maintainer)
25 lines
519 B
Makefile
25 lines
519 B
Makefile
# Created by: Neil Blakey-Milner <nbm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_scgi
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://python.ca/scgi/releases/
|
|
DISTNAME= scgi-${PORTVERSION:S/.a/a/}
|
|
|
|
MAINTAINER= w.schwarzenfeld@utanet.at
|
|
COMMENT= Apache module that implements the client side of the SCGI protocol
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE.txt
|
|
|
|
USES= apache:2.4
|
|
|
|
SCGI_DIR= apache2
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/${SCGI_DIR}
|
|
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|