2013-09-20 19:53:09 +00:00
|
|
|
# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
|
2006-06-15 14:54:57 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= arena
|
2007-09-06 05:17:09 +00:00
|
|
|
PORTVERSION= 0.9.13
|
2012-12-10 19:11:11 +00:00
|
|
|
PORTREVISION= 2
|
2006-06-15 14:54:57 +00:00
|
|
|
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)
|
2012-12-10 19:11:11 +00:00
|
|
|
LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre
|
2006-06-30 08:42:25 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-pcre
|
|
|
|
.endif
|
|
|
|
|
2006-06-15 14:54:57 +00:00
|
|
|
.include <bsd.port.mk>
|