2001-08-12 16:41:15 +02:00
|
|
|
# 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
|
2003-10-27 02:40:56 +01:00
|
|
|
MASTER_SITES= http://www.happygiraffe.net/dist/
|
2001-08-12 16:41:15 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= An apache module that embeds a copy of the sed(1) command
|
2001-08-12 16:41:15 +02:00
|
|
|
|
2003-11-07 10:12:58 +01:00
|
|
|
USE_APACHE= yes
|
2001-08-12 16:41:15 +02:00
|
|
|
MAKE_ARGS= APXS=${APXS}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|