opnsense-ports/math/basic-stats/Makefile
2022-09-07 22:33:21 +02:00

22 lines
456 B
Makefile

PORTNAME= basic-stats
DISTVERSION= 0.1.2
CATEGORIES= math
MAINTAINER= jwb@FreeBSD.org
COMMENT= Command-line tool to perform basic statistics on tabular data
WWW= https://github.com/auerlab/basic-stats
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libxtend.so:devel/libxtend
USE_GITHUB= yes
GH_ACCOUNT= auerlab
INSTALL_TARGET= install-strip
pre-build:
cd ${WRKSRC} && ${MAKE} LOCALBASE=${LOCALBASE} depend
.include <bsd.port.mk>