mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
a37d2439ba
- Switch to USES=libtool, drop .la files Approved by: portmgr blanket
22 lines
367 B
Makefile
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>
|