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.6
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=auerlab/}
GITHUB_TAG= 44713aed544443aa1b6682806bfe15c6a52c0708
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"