summaryrefslogtreecommitdiff
path: root/databases/postgresql-libpqxx30/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql-libpqxx30/Makefile')
-rw-r--r--databases/postgresql-libpqxx30/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/databases/postgresql-libpqxx30/Makefile b/databases/postgresql-libpqxx30/Makefile
index c5b06e3cd41a..f29ab1c5bfc3 100644
--- a/databases/postgresql-libpqxx30/Makefile
+++ b/databases/postgresql-libpqxx30/Makefile
@@ -6,24 +6,24 @@
#
PORTNAME= libpqxx
-PORTVERSION= 2.6.9
-PORTREVISION= 1
+PORTVERSION= 3.0.2
CATEGORIES= databases
MASTER_SITES= http://pqxx.org/download/software/libpqxx/
PKGNAMEPREFIX= postgresql-
DIST_SUBDIR= postgresql
-MAINTAINER= girgen@FreeBSD.org
+MAINTAINER= 20080111.freebsd.org@ab.ote.we.lv
COMMENT= A new C++ interface for PostgreSQL
+CONFLICTS= postgresql-libpqxx-2.*
+LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}30
+
USE_PGSQL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-PLIST_SUB= PORTVERSION=${PORTVERSION}
+PLIST_SUB= SHLIBVERSION=3.0
-CONFIGURE_ARGS= --with-postgres=${LOCALBASE} \
- --enable-shared \
- --with-postgres-include=${LOCALBASE}/include/postgresql
+CONFIGURE_ARGS= --enable-shared
.include <bsd.port.mk>