mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
27 lines
636 B
Makefile
27 lines
636 B
Makefile
# Created by: vanilla@
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= LMDB_File
|
|
PORTVERSION= 0.07
|
|
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:
|
|
${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/LMDB_File/LMDB_File.so
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/LMDB_File/LMDB_File.so
|
|
${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/LMDB_File/LMDB_File.so
|
|
|
|
.include <bsd.port.mk>
|