1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/lang/arena/Makefile
Mathieu Arnold a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00

21 lines
423 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+= libpcre.so:devel/pcre
CONFIGURE_ARGS+= --enable-pcre
.endif
.include <bsd.port.mk>