freebsd-ports/math/basic-stats/Makefile
Jason W. Bacon de9aab9eed math/basic-stats: Update to 0.1.2.8
Updates for new libxtend API
2023-10-28 06:50:08 -05:00

23 lines
487 B
Makefile

PORTNAME= basic-stats
DISTVERSION= 0.1.2-8
DISTVERSIONSUFFIX= -g338a259
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>