65db7a8725
devel/lfcxml: update 1.2.6 -> 1.2.10 databases/cego: update 2.39.16 -> 2.44.1 databases/cegobridge: update 1.4.0 -> 1.5.0 databases/p5-DBD-cego: update 14.0 -> 1.5.0 - Warning: storage format has changed Export to xml format before upgrade and re-import after the upgrade See UPDATING - recompile all applications linked to libcego - Lots of changes, among them: o improved crash recovery o fixes to SQL expected behaviour o better CDATA handling o fixes primary key handling design issue o changes to serialisation for export/import, XML export/import is still possible Submitted by: Bjoern Lemke <lemke@lemke-it.com> Changelog: http://www.lemke-it.com/litexec?request=pubnews&user=&lang=en&numlog=1000
30 lines
642 B
Makefile
30 lines
642 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= DBD-cego
|
|
PORTVERSION= 1.5.0
|
|
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>
|