Files
2025-09-15 11:29:44 +00:00

23 lines
468 B
Makefile

COMMENT= perform basic numeric, textual and statistical operations
DISTNAME= datamash-1.9
CATEGORIES= math
HOMEPAGE= https://www.gnu.org/software/datamash/
SITES= ${SITE_GNU:=datamash/}
# GPLv3
PERMIT_PACKAGE= Yes
FIX_EXTRACT_PERMISSIONS= Yes
# uses pledge()
WANTLIB= c iconv intl m pthread
LIB_DEPENDS= devel/gettext,-runtime
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-bash-completion-dir=${PREFIX}/share/bash-completion/completions/
.include <bsd.port.mk>