freebsd-ports/databases/p5-LMDB_File/Makefile
2016-05-21 09:26:28 +00:00

30 lines
582 B
Makefile

# Created by: vanilla@
# $FreeBSD$
PORTNAME= LMDB_File
PORTVERSION= 0.10
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Perl wrapper around the OpenLDAP's LMDB
LICENSE= ART20
LIB_DEPENDS= liblmdb.so:databases/lmdb
CFLAGS+= -I${LOCALBASE}/include
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/LMDB_File/LMDB_File.so
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 502308
BROKEN= Fails to build after dMULTICALL cleanup
.endif
.include <bsd.port.post.mk>