aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libklel/Makefile
blob: ec6cacea7ab9caeb249e46e0e2b0856424eb0720 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $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:devel/pcre

GNU_CONFIGURE=  yes
USES=       perl5 libtool
USE_PERL5=  build
USE_LDCONFIG=   yes

CONFIGURE_ARGS+=--with-pcre=${LOCALBASE}

.include <bsd.port.mk>