blob: 0b1fcb415e29adad2528a5f551eb0c7bccf15a9c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# $FreeBSD$
PORTNAME= slowcgi
PORTVERSION= 5.8.20160114
CATEGORIES= www
MAINTAINER= koue@chaosophia.net
COMMENT= FastCGI interface for old CGI programs
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
WRKSRC= ${WRKDIR}/${GH_PROJECT}-${PORTVERSION}/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>
|