freebsd-ports/math/readstat/Makefile
Adriaan de Groot b94d1e58dd math/readstat: fix build with clang15
.. continuing story of missing prototypes.
2023-05-02 16:25:21 +02:00

18 lines
408 B
Makefile

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>