ports/math/readstat/Makefile
Jason E. Hale 013b958d94 math/readstat: Update to 1.1.9
MFH:		2024Q1
Security:	388eefc0-c93f-11ee-92ce-4ccc6adda413
2024-02-11 19:55:48 -05:00

18 lines
418 B
Makefile

PORTNAME= readstat
DISTVERSION= 1.1.9
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= cpe libtool
CPE_VENDOR= wizardmac
HAS_CONFIGURE= yes
CFLAGS+= -Werror -Wstrict-prototypes
.include <bsd.port.mk>