freebsd-ports/databases/p5-LMDB_File/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

30 lines
582 B
Makefile

# Created by: vanilla@
# $FreeBSD$
PORTNAME= LMDB_File
PORTVERSION= 0.09
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>