aboutsummaryrefslogtreecommitdiff
path: root/math/librdata/Makefile
blob: 09cd4a38604ebe5f50c63b29471060efa038af2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

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>