1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/libklel/Makefile
Dmitry Marakasov a37d2439ba - Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
2014-07-02 22:00:24 +00:00

22 lines
367 B
Makefile

# $FreeBSD$
PORTNAME= libklel
PORTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= klm@uidzero.org
COMMENT= KoreLogic Expression Language library
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
GNU_CONFIGURE= yes
USES= perl5 libtool
USE_PERL5= build
USE_LDCONFIG= yes
CONFIGURE_ARGS+=--with-pcre=${LOCALBASE}
.include <bsd.port.mk>