aboutsummaryrefslogtreecommitdiff
path: root/math/readstat/Makefile
blob: 6d2174c3f1b6a2aa017fc7869cbaa6ac1845a0a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	readstat
DISTVERSION=	1.1.8
PORTREVISION=	4
CATEGORIES=	math kde
MASTER_SITES=	https://github.com/WizardMac/ReadStat/releases/download/v${DISTVERSION}/

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Read (and write) data sets from SAS, Stata, and SPSS
WWW=		https://github.com/WizardMac/ReadStat

LICENSE=	MIT

USES=		libtool
HAS_CONFIGURE=	yes

CFLAGS+=	-Werror -Wstrict-prototypes

.include <bsd.port.mk>