freebsd-ports/databases/p5-LMDB_File/Makefile
Mathieu Arnold 9b12510a31 Mark as BROKEN with Perl 5.23.8+
The commit that broke it is:
https://github.com/Perl/perl5/commit/7950309

While there, remove useless chmod calls.

Sponsored by:	Absolight
2016-03-25 17:29:46 +00:00

30 lines
594 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:${PORTSDIR}/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>