22 lines
445 B
Makefile
22 lines
445 B
Makefile
|
COMMENT= perform basic numeric, textual and statistical operations
|
||
|
|
||
|
DISTNAME= datamash-1.8
|
||
|
REVISION= 0
|
||
|
|
||
|
CATEGORIES= math
|
||
|
|
||
|
HOMEPAGE= https://www.gnu.org/software/datamash/
|
||
|
MASTER_SITES= ${MASTER_SITE_GNU:=datamash/}
|
||
|
|
||
|
# 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>
|