53e8dfc9a7
Changelog: * Exclude .ninja files from trailing space check * Refactoring and minor build-fixes.
17 lines
412 B
Makefile
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>
|