ports/math/datamash/Makefile

22 lines
432 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= perform basic numeric, textual and statistical operations
DISTNAME= datamash-1.8
REVISION= 0
CATEGORIES= math
HOMEPAGE= https://www.gnu.org/software/datamash/
2023-09-27 17:15:09 +00:00
SITES= ${SITE_GNU:=datamash/}
2023-08-16 22:26:55 +00:00
# GPLv3
PERMIT_PACKAGE= Yes
# uses pledge()
WANTLIB= c m iconv intl
LIB_DEPENDS= devel/gettext
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-bash-completion-dir=${PREFIX}/share/bash-completion/completions/
.include <bsd.port.mk>