freebsd-ports/www/slowcgi/Makefile
Jan Beich f18538b989 devel/libevent2: update to 2.1.11
Changes:	https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI:		https://abi-laboratory.pro/tracker/timeline/libevent/
PR:		239599
Reported by:	GitHub (watch releases)
Approved by:	zeising (maintainer)
MFH:		2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision:	https://reviews.freebsd.org/D21133
2019-08-02 13:30:40 +00:00

35 lines
544 B
Makefile

# $FreeBSD$
PORTNAME= slowcgi
PORTVERSION= 6.3.20180905
PORTREVISION= 1
CATEGORIES= www
MAINTAINER= koue@chaosophia.net
COMMENT= FastCGI interface for old CGI programs
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libevent.so:devel/libevent
WRKSRC_SUBDIR= src/usr.sbin/${GH_PROJECT}
USE_GITHUB= yes
GH_ACCOUNT= koue
GH_PROJECT= slowcgi
USES= uidfix
USE_RC_SUBR= slowcgi
CFLAGS+= -Wall
MAKE_ARGS+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
USERS= www
GROUPS= www
PLIST_FILES= sbin/slowcgi \
man/man8/slowcgi.8.gz
.include <bsd.port.mk>