700d668510
An apache module that embeds a copy of the sed(1) command
24 lines
414 B
Makefile
24 lines
414 B
Makefile
# 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.myrddin.demon.co.uk/dist/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
APXS?= ${LOCALBASE}/sbin/apxs
|
|
|
|
MAKE_ARGS= APXS=${APXS}
|
|
|
|
.include <bsd.port.mk>
|