freebsd-ports/devel/rinutils/Makefile
Tobias C. Berner 53e8dfc9a7 devel/rinutils: update to 0.10.2
Changelog:
 * Exclude .ninja files from trailing space check
 * Refactoring and minor build-fixes.
2023-04-29 05:07:02 +02:00

17 lines
412 B
Makefile

PORTNAME= rinutils
DISTVERSION= 0.10.2
CATEGORIES= devel
MASTER_SITES= https://github.com/shlomif/${PORTNAME}/releases/download/${DISTVERSION}/
MAINTAINER= tcberner@FreeBSD.org
COMMENT= C11 / gnu11 utilities C library
WWW= https://github.com/shlomif/rinutils
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake perl5 pkgconfig tar:xz
USE_PERL5= build
CMAKE_OFF= WITH_TEST_SUITE
.include <bsd.port.mk>