2013-02-07 08:08:33 +01:00
|
|
|
# Created by: Palle Girgensohn <girgen@pingpong.net>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libpqxx
|
2014-01-12 21:46:13 +01:00
|
|
|
PORTVERSION= 4.0.1
|
2014-05-05 15:48:25 +02:00
|
|
|
PORTREVISION= 1
|
2013-02-07 08:08:33 +01:00
|
|
|
CATEGORIES= databases
|
|
|
|
MASTER_SITES= http://pqxx.org/download/software/libpqxx/
|
|
|
|
PKGNAMEPREFIX= postgresql-
|
|
|
|
DIST_SUBDIR= postgresql
|
|
|
|
|
|
|
|
MAINTAINER= pgsql@FreeBSD.org
|
|
|
|
COMMENT= New C++ interface for PostgreSQL
|
|
|
|
|
2014-01-12 21:46:13 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
2013-11-17 15:45:22 +01:00
|
|
|
CONFLICTS= postgresql-libpqxx-3.* postgresql-libpqxx3-3.*
|
2013-02-07 08:08:33 +01:00
|
|
|
PORTSCOUT= limit:^2\.
|
|
|
|
|
2016-10-21 17:21:13 +02:00
|
|
|
USES+= gmake libtool pathfix pgsql python:build shebangfix
|
2013-02-07 08:08:33 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
2014-05-05 15:48:25 +02:00
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION:R}
|
2014-01-12 21:46:13 +01:00
|
|
|
SHEBANG_FILES= ${WRKSRC}/tools/splitconfig
|
2013-02-07 08:08:33 +01:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --enable-shared \
|
|
|
|
--disable-dependency-tracking
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|