1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/math/librdata/Makefile
2020-11-18 11:15:59 +00:00

24 lines
440 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= librdata
PORTVERSION= 0.1.0.g20200911
CATEGORIES= math
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Read and write R data frames from C
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf compiler:c11 libtool gettext-tools
USE_GITHUB= yes
GH_ACCOUNT= WizardMac
GH_TAGNAME= 7188fa5
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>