8b878d88b4
The API remains compatible but bumping all dependent ports as SHLIB has changed. Changelog: https://github.com/jedisct1/libsodium/releases/tag/1.0.21-RELEASE Security: https://00f.net/2025/12/30/libsodium-vulnerability/ PR: 279347
30 lines
590 B
Makefile
30 lines
590 B
Makefile
PORTNAME= mod_sql_odbc
|
|
PORTREVISION= 2
|
|
CATEGORIES= databases ftp
|
|
PKGNAMEPREFIX= proftpd-
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= ODBC ProFTPD module
|
|
WWW= http://www.proftpd.org/docs/contrib/mod_sql.html
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libiodbc.so:databases/libiodbc
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
MASTERDIR= ${.CURDIR}/../../ftp/proftpd
|
|
|
|
USES= cpe
|
|
|
|
CONFIGURE_ARGS= LIBS=-liodbc \
|
|
LD_LIBRARY_PATH="${LOCALBASE}/lib" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
INCLUDEDIRS= ${LOCALBASE}/include/libiodbc
|
|
LIBDIRS= ${LOCALBASE}/lib
|
|
|
|
_BUILDING_PROFTPD_MODULE= ${PORTNAME}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|