mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
936a36e30d
which restores compatibility with old databases (version 1.8) and some later versions which were built without mmap(2) support. Due to shlib version change, bump port revisions of the consumer ports. PR: 233059 Exp-run by: antoine Approved by: maintainer (johans, numerous timeouts)
29 lines
632 B
Makefile
29 lines
632 B
Makefile
# Created by: Nick Sayer <nsayer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= GDBM
|
|
PORTVERSION= 1.14
|
|
PORTREVISION= 5
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN/../../src
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= perl-5.14.2
|
|
DIST_SUBDIR= perl
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= GNU Data Base Manager (gdbm) interface
|
|
|
|
LIB_DEPENDS= libgdbm.so:databases/gdbm
|
|
|
|
EXTRACT_AFTER_ARGS= ${DISTNAME}/ext/GDBM_File ${DISTNAME}/t/lib
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
USES= perl5 tar:bzip2
|
|
USE_PERL5= configure
|
|
WRKSRC_SUBDIR= ext/GDBM_File
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/GDBM_File/GDBM_File.so
|
|
|
|
.include <bsd.port.mk>
|