1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/www/mod_scgi/Makefile
2021-04-06 16:31:07 +02:00

24 lines
507 B
Makefile

# Created by: Neil Blakey-Milner <nbm@FreeBSD.org>
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>