f52512fba7
The website of fastcgi has been down for a long time. The project is now in a GitHub archive: https://github.com/FastCGI-Archives Also switch to GitHub with www/mod_fastcgi Changelog: *) cast from pointer to integer of different size fix *) fix prinf %d warning *) .cvsignore to .gitignore *) apache 2.4 compile fix - While I am here, use "make makepatch" for the patches in /files Approved by: brnrd (apache) With hat: apache Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D18471
29 lines
531 B
Makefile
29 lines
531 B
Makefile
# Created by: JunSeon Oh <hollywar@mail.holywar.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_fastcgi
|
|
PORTVERSION= 2.4.7.1
|
|
CATEGORIES= www
|
|
DIST_SUBDIR= apache2
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
COMMENT= Apache 2.4 fast-cgi module
|
|
|
|
USES= apache:2.4+
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= FastCGI-Archives
|
|
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
SRC_FILE= *.c
|
|
PORTDOCS= mod_fastcgi.html
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|