aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql-udf
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-02-01 11:23:27 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-02-01 12:07:20 +0000
commit9676344ce6d2ab502cd70cde77be4c6b671b7181 (patch)
tree5eaa2254de28368ec3fca8f65fd9a925e3469b70 /databases/mysql-udf
parentad5a0a8bfb621b1163fd707ec87ed3807d68ec19 (diff)
downloadports-9676344ce6d2ab502cd70cde77be4c6b671b7181.tar.gz
ports-9676344ce6d2ab502cd70cde77be4c6b671b7181.zip
Diffstat (limited to 'databases/mysql-udf')
-rw-r--r--databases/mysql-udf/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/databases/mysql-udf/Makefile b/databases/mysql-udf/Makefile
index 660861abaf62..a5d70184f1f3 100644
--- a/databases/mysql-udf/Makefile
+++ b/databases/mysql-udf/Makefile
@@ -8,11 +8,18 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Set of user-defined functions for the MySQL server
WWW= http://mysql-udf.sourceforge.net/
-WRKSRC= ${WRKDIR}/${PORTNAME}
+LICENSE= BSD2CLAUSE
+
+DEPRECATED= Upstream last update was in 2007
+EXPIRATION_DATE= 2023-12-31
USES= mysql
+IGNORE_WITH_MYSQL= 80
+
CFLAGS+= -fPIC
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
MODULES= colwidth confidence_higher confidence_lower correlation \
faculty geomean intercept kurtosis longest median noverm \
skewness slope stdnorm_density stdnorm_dist weightedavg