freebsd-ports/databases/p5-DBD-cego/Makefile
Björn Lemke 13d3caea7c databases/p5-DBD-cego: update 1.5.0 -> 1.5.2
- In dbdimp.h, changed MAXPROTSTRING to 15 ( from 10 ), since the
  protocol string "fastserial" does not fit in. Problems have just
  been observed on Ubuntu Linux
- Fix of some memory leaks in dbdimp.c for function cego_st_execute.
  The msg and schema attribute of statement handle have to be checked
  for allocated values, before new memory is allocated

Author:    Björn Lemke <lemke@lemke-it.com>
2021-10-10 21:19:18 +02:00

27 lines
629 B
Makefile

PORTNAME= DBD-cego
PORTVERSION= 1.5.2
CATEGORIES= databases perl5
MASTER_SITES= http://www.lemke-it.com/
PKGNAMEPREFIX= p5-
MAINTAINER= pi@FreeBSD.org
COMMENT= Cego DBI driver for Perl 5
LICENSE= GPLv3
BUILD_DEPENDS= p5-DBI>=1.631:databases/p5-DBI
RUN_DEPENDS= p5-DBI>=1.631:databases/p5-DBI
LIB_DEPENDS= liblfcbase.so:devel/lfcbase \
liblfcxml.so:devel/lfcxml \
libcego.so:databases/cego
USES= compiler gmake perl5
USE_PERL5= configure
CC:= ${CXX}
COMPILER_TYPE= clang
CONFIGURE_ARGS+= --prefix=${PREFIX}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBD/Cego/Cego.so
.include <bsd.port.mk>