mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
87a0d3b61b
Approved by: portmgr (blanket)
23 lines
445 B
Makefile
23 lines
445 B
Makefile
# 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= cpe linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|