mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
9e5079ae60
ok tb@
23 lines
468 B
Makefile
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>
|