freebsd-ports/www/mod_scgi/Makefile
Steve Wills b32585289a www/mod_scgi: update to 2.0
While here, update maintainer email

PR:		240542
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> (maintainer)
2019-09-14 12:54:11 +00:00

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>