1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/lang/arena/Makefile

21 lines
431 B
Makefile
Raw Normal View History

# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
# $FreeBSD$
PORTNAME= arena
2007-09-06 05:17:09 +00:00
PORTVERSION= 0.9.13
PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= http://www.minimalinux.org/arena/
MAINTAINER= novel@FreeBSD.org
COMMENT= C-like scripting language with automatic memory management
GNU_CONFIGURE= yes
2006-06-30 08:42:25 +00:00
.if defined(WITH_PCRE)
LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre
2006-06-30 08:42:25 +00:00
CONFIGURE_ARGS+= --enable-pcre
.endif
.include <bsd.port.mk>