blob: 93dfca02f7b8a0e2bf741852c23069f692b1aebb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= odbc-cpp-wrapper
PORTVERSION= 1.1
DISTVERSIONPREFIX= v
CATEGORIES= databases
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Object-oriented C++-wrapper of the ODBC API
WWW= https://github.com/SAP/odbc-cpp-wrapper
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libodbc.so:databases/unixODBC
USES= cmake compiler:c++11-lang localbase
USE_GITHUB= yes
GH_ACCOUNT= SAP
.include <bsd.port.mk>
|