summaryrefslogtreecommitdiff
path: root/databases/qore-pgsql-module/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/qore-pgsql-module/Makefile')
-rw-r--r--databases/qore-pgsql-module/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/databases/qore-pgsql-module/Makefile b/databases/qore-pgsql-module/Makefile
index e772ba1a1f7..32fbf083ab2 100644
--- a/databases/qore-pgsql-module/Makefile
+++ b/databases/qore-pgsql-module/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:19 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2016/07/20 13:54:21 nros Exp $
-DISTNAME= qore-pgsql-module-2.3
-PKGREVISION= 5
+DISTNAME= qore-pgsql-module-2.4
CATEGORIES= databases
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qore/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=qorelanguage/}
EXTRACT_SUFX= .tar.bz2
+GITHUB_PROJECT= module-pgsql
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
-MAINTAINER= nros@users.sourceforge.net
+MAINTAINER= nros@netbsd.org
HOMEPAGE= http://www.qore.org/
COMMENT= PostgreSQL driver for Qore
LICENSE= gnu-lgpl-v2.1 OR mit
@@ -17,6 +18,8 @@ USE_LANGUAGES= c c++
USE_TOOLS+= gmake pax
PTHREAD_OPTS+= native
+CONFIGURE_ARGS+=--with-libsuffix=""
+
#This is needed in order to comply the with MIT license and binary distribution
#Install docs
INSTALLATION_DIRS+= share/doc/${PKGBASE}