blob: 5b3e58d88d9092059fcc0d0d65861accdec4e7b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= unixODBC
PORTVERSION= 2.3.1
DISTVERSIONSUFFIX= -14.el7
CATEGORIES= databases linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Complete ODBC driver manager (Linux CentOS ${LINUX_DIST_VER})
LICENSE= GPLv2+ LGPL21+
LICENSE_COMB= multi
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|