pkgsrc-wip/basic-stats/Makefile

22 lines
665 B
Makefile

# $NetBSD$
#
###########################################################
# Generated by fbsd2pkg #
# Wed May 20 07:41:36 CDT 2020 #
###########################################################
DISTNAME= basic-stats-0.0.0.8
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=auerlab/}
GITHUB_TAG= a519b6ee22e7c0c4054c2332a56d1b1b4e19f829
MAINTAINER= bacon@NetBSD.org
HOMEPAGE= https://github.com/auerlab/basic-stats
COMMENT= Command-line tool to perform basic statistics on tabular data
LICENSE= 2-clause-bsd
post-install:
${STRIP} ${DESTDIR}${PREFIX}/bin/basic-stats
.include "../../mk/bsd.pkg.mk"