ports/databases/postgresql-libpqxx4/Makefile
Palle Girgensohn 22e94ad6fc Update postgresql-libpqxx to latest version 6
Keep version 4 as a separate port
Set license for the old version 3 port

PR:		225109
Submitted by:	Yuri Victorovich
2018-01-12 16:26:29 +00:00

30 lines
741 B
Makefile

# Created by: Palle Girgensohn <girgen@pingpong.net>
# $FreeBSD$
PORTNAME= libpqxx
PORTVERSION= 4.0.1
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://pqxx.org/download/software/libpqxx/
PKGNAMEPREFIX= postgresql-
PKGNAMESUFFIX= 4
DIST_SUBDIR= postgresql
MAINTAINER= pgsql@FreeBSD.org
COMMENT= New C++ interface for PostgreSQL
LICENSE= BSD3CLAUSE
CONFLICTS= postgresql-libpqxx-3.* postgresql-libpqxx3-3.* postgresql-libpqxx-6.*
PORTSCOUT= limit:^4\.
USES+= gmake libtool pathfix pgsql python:2.7,build shebangfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PLIST_SUB= PORTVERSION=${PORTVERSION:R}
SHEBANG_FILES= ${WRKSRC}/tools/splitconfig
CONFIGURE_ARGS= --enable-shared \
--disable-dependency-tracking
.include <bsd.port.mk>