mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
21 lines
431 B
Makefile
21 lines
431 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= novel@FreeBSD.org
|
|
COMMENT= C-like scripting language with automatic memory management
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.if defined(WITH_PCRE)
|
|
LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre
|
|
CONFIGURE_ARGS+= --enable-pcre
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|