freebsd-ports/devel/libklel/Makefile
Tijl Coosemans 1b6b6d972f Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:26:09 +00:00

21 lines
355 B
Makefile

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