freebsd-ports/devel/libklel/Makefile
Andrej Zverev d00924c50b - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-07 14:07:59 +00:00

23 lines
408 B
Makefile

# $FreeBSD$
PORTNAME= libklel
PORTVERSION= 1.1.0
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= klm@uidzero.org
COMMENT= KoreLogic Expression Language library
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
GNU_CONFIGURE= yes
USES= perl5
USE_PERL5= build
USE_LDCONFIG= yes
CONFIGURE_ARGS+=--with-pcre=${LOCALBASE}
MAN1= klel-expr.1
MAN3= klelapi.3 klellang.3 klelstdlib.3 kleltut.3
.include <bsd.port.mk>