databases/sqlrelay: update 0.67.0 -> 1.0.0 Recommended reading: http://software.firstworks.com/2016/12/benchmarking-sql-relay-100.html http://software.firstworks.com/2016/12/rudiments-100-release-announcement.html http://software.firstworks.com/2016/12/rudiments-102-release-announcement.html http://software.firstworks.com/2016/12/sql-relay.html
12 lines
290 B
Makefile
12 lines
290 B
Makefile
# $FreeBSD$
|
|
|
|
SQLRELAY_PORTNAME= sqlrelay
|
|
SQLRELAY_PORTVERSION= 1.0.0
|
|
|
|
SQLRELAY_PORTDIR= ${PORTSDIR}/databases/${SQLRELAY_PORTNAME}
|
|
SQLRELAY_WRKSRC_CMD= cd ${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC
|
|
|
|
SQLRELAY_CONFIGURE_ARGS= \
|
|
--localstatedir=/var \
|
|
--with-rudiments-prefix="${LOCALBASE}"
|