blob: 19f88eb74716aee490c5e13cce5e8bea1e5bfa3f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Created by: Palle Girgensohn <girgen@pingpong.net>
# $FreeBSD$
PORTNAME= libpqxx
PORTVERSION= 6.0.0
CATEGORIES= databases
PKGNAMEPREFIX= postgresql-
DIST_SUBDIR= postgresql
MAINTAINER= pgsql@FreeBSD.org
COMMENT= New C++ interface for PostgreSQL
LICENSE= BSD3CLAUSE
CONFLICTS= postgresql-libpqxx-[1-5].* postgresql-libpqxx3-3.* \
postgresql-libpqxx4-4.*
USES= gmake libtool pathfix pgsql python:2.7,build shebangfix
USE_GITHUB= yes
GH_ACCOUNT= jtv
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
SHEBANG_FILES= ${WRKSRC}/tools/splitconfig
INSTALL_TARGET= install-strip
PLIST_SUB= PORTVERSION=${PORTVERSION:R}
CONFIGURE_ARGS= --enable-shared \
--disable-dependency-tracking
.include <bsd.port.mk>
|