1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/lang/arena/Makefile
2019-08-04 15:34:54 +00:00

23 lines
445 B
Makefile

# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
# $FreeBSD$
PORTNAME= arena
PORTVERSION= 0.9.13
PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= http://www.minimalinux.org/arena/
MAINTAINER= ports@FreeBSD.org
COMMENT= C-like scripting language with automatic memory management
BROKEN= unfetchable
GNU_CONFIGURE= yes
.if defined(WITH_PCRE)
LIB_DEPENDS+= libpcre.so:devel/pcre
CONFIGURE_ARGS+= --enable-pcre
.endif
.include <bsd.port.mk>