summaryrefslogtreecommitdiff
path: root/www/mod_sed/Makefile
blob: 480e5fdbfc2c7a94435c95616c174da996111311 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ex:ts=8
# New ports collection makefile for:	mod_sed
# Date created:			Aug 12, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	mod_sed
PORTVERSION=	0.1
CATEGORIES=	www
MASTER_SITES=	http://www.happygiraffe.net/dist/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	An apache module that embeds a copy of the sed(1) command

USE_APACHE=	yes
MAKE_ARGS=	APXS=${APXS}

.include <bsd.port.mk>