forked from Lainports/freebsd-ports
databases/sqlrelay: upgrade 1.4.0 -> 1.7.0 http://software.firstworks.com/2019/03/rudiments-120-release-announcement.html http://software.firstworks.com/2019/08/rudiments-121-release-announcement.html http://software.firstworks.com/2020/01/rudiments-122-release-announcement.html http://software.firstworks.com/2019/03/sql-relay-150-release-announcement.html http://software.firstworks.com/2019/04/sql-relay-151-release-announcement.html http://software.firstworks.com/2019/08/sql-relay-160-release-announcement.html http://software.firstworks.com/2020/01/sql-relay-170-release-announcement.html
11 lines
290 B
Text
11 lines
290 B
Text
# $FreeBSD$
|
|
|
|
SQLRELAY_PORTNAME= sqlrelay
|
|
SQLRELAY_PORTVERSION= 1.7.0
|
|
|
|
SQLRELAY_PORTDIR= databases/${SQLRELAY_PORTNAME}
|
|
SQLRELAY_WRKSRC_CMD= cd ${PORTSDIR}/${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC
|
|
|
|
SQLRELAY_CONFIGURE_ARGS= \
|
|
--localstatedir=/var \
|
|
--with-rudiments-prefix="${LOCALBASE}"
|