ports/devel/inih/Makefile
Yuri Victorovich 8c805ef2d0 devel/inih: update 57 → 58
Reported by:	portscout
2024-01-26 19:38:54 -08:00

27 lines
505 B
Makefile

PORTNAME= inih
DISTVERSIONPREFIX= r
DISTVERSION= 58
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Simple .INI file parser written in C
WWW= https://github.com/benhoyt/inih
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
TEST_DEPENDS= bash:shells/bash
USES= meson
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= benhoyt
do-test:
@cd ${WRKSRC}/tests && \
${REINPLACE_CMD} -e 's|gcc|${CC}|' unittest.sh && \
./unittest.sh && \
${ECHO} "Tests succeeded"
.include <bsd.port.mk>