1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/lang/arena/Makefile
Martin Matuska b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00

26 lines
521 B
Makefile

# New ports collection makefile for: arena
# Date created: 2006-06-15
# Whom: 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
MAN1= arena.1
.if defined(WITH_PCRE)
LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS+= --enable-pcre
.endif
.include <bsd.port.mk>