mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
b9955309ae
PR: 231176 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
34 lines
528 B
Makefile
34 lines
528 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= slowcgi
|
|
PORTVERSION= 6.3.20180905
|
|
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>
|