1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/databases/p5-GDBM/Makefile
Alexey Dokuchaev 936a36e30d Update `databases/gdbm' to version 1.18.1, an important bugfix release
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)
2018-11-11 15:38:50 +00:00

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>