forked from Lainports/freebsd-ports
Originally part of ReadStat, librdata is a small C library for reading and writing R data frames. Features: - Read both RData and RDS formats - Read compressed files (requires bzip2, zlib, and lzma) - Write factors, timestamps, logical vectors, and more WWW: https://github.com/WizardMac/librdata
23 lines
427 B
Makefile
23 lines
427 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= librdata
|
|
PORTVERSION= 0.1.0.g20200219
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Read and write R data frames from C
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= autoreconf libtool gettext-tools
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= WizardMac
|
|
GH_TAGNAME= 54e00a0
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|