aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_scgi/Makefile
blob: 4e3c7103ca45cde22f487357e5e924ab7b1a7c9a (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
# New ports collection makefile for: scgi
# Date created:     19 Aug 2002
# Whom:         Neil Blakey-Milner <nbm@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   scgi
PORTVERSION=    0.2
CATEGORIES= www
MASTER_SITES=   http://www.mems-exchange.org/software/files/scgi/
PKGNAMEPREFIX=  mod_

MAINTAINER= nbm@FreeBSD.org
COMMENT=    Apache module that implements the client side of the SCGI protocol

BUILD_DEPENDS=  ${APXS}:${PORTSDIR}/${APACHE_PORT}

do-build:
    cd ${WRKSRC} && ${APXS} -c -o mod_scgi.so mod_scgi.c

do-install:
    cd ${WRKSRC} && ${APXS} -i -a mod_scgi.so

.include <bsd.port.mk>