1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/lang/munger/Makefile
Pav Lucistnik a167e294e9 Add munger, a simple, statically-scoped, interpreted lisp that has
line-editor-like access to multiple text buffers.

PR:		ports/74781
Submitted by:	James Bailie <jimmy@jamesbailie.com>
2004-12-08 08:38:06 +00:00

32 lines
671 B
Makefile

# New ports collection makefile for: munger
# Date created: Thu, 03 Jul 2003 20:05:06 EDT
# Whom: James Bailie <jimmy@jamesbailie.com>
#
# $FreeBSD$
#
PORTNAME= munger
PORTVERSION= 4.38
CATEGORIES= lang
MASTER_SITES= http://jamesbailie.com/
MAINTAINER= jimmy@jamesbailie.com
COMMENT= Static LISP interpreter with text processing abilities
LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2
.if defined(WITH_SQL)
LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite
.endif
.if defined(WITH_FCGI)
LIB_DEPENDS+= fcgi.0:${PORTSDIR}/www/fcgi
.endif
MAN1= munger.1 httpf.1 xml2munger.1
MANCOMPRESSED= yes
PLIST_SUB= VERSION="${PORTVERSION}"
.include <bsd.port.mk>