freebsd-ports/databases/postgresql-libpqxx3/Makefile
Marcus von Appen 91bae8a296 - Fix shebang replacement
Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
2013-12-14 09:14:47 +00:00

31 lines
682 B
Makefile

# Created by: Palle Girgensohn <girgen@pingpong.net>
# $FreeBSD$
PORTNAME= libpqxx
PORTVERSION= 3.1.1
CATEGORIES= databases
MASTER_SITES= http://pqxx.org/download/software/${PORTNAME}/
PKGNAMEPREFIX= postgresql-
PKGNAMESUFFIX= 3
DIST_SUBDIR= postgresql
MAINTAINER= 20080111.freebsd.org@ab.ote.we.lv
COMMENT= New C++ interface for PostgreSQL
CONFLICTS= postgresql-libpqxx-[2-4].*
PORTSCOUT= limit:^2\.
USE_PGSQL= yes
USES= gmake pkgconfig shebangfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}
USE_PYTHON_BUILD= yes
SHEBANG_FILES= tools/splitconfig
python_CMD= ${PYTHON_CMD}
CONFIGURE_ARGS= --enable-shared
NO_STAGE= yes
.include <bsd.port.mk>