aboutsummaryrefslogtreecommitdiff
path: root/www/slowcgi/Makefile
blob: 384535ce385f1ef80d3af581cd2a9452c624c7b7 (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
34
# $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>