Files
ports/textproc/krep/Makefile
T
Älven 5158bb2f5b textproc/krep: Update 2.4.0 => 3.0.0
Approved by:	    	db@, yuri@ (Mentors, implicit)
2026-07-09 06:47:00 +04:00

22 lines
381 B
Makefile

PORTNAME= krep
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.0
CATEGORIES= textproc
MAINTAINER= alven@FreeBSD.org
COMMENT= High-performance string search utility
WWW= https://github.com/davidesantangelo/krep/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= davidesantangelo
TEST_TARGET= test
PLIST_FILES= bin/krep
.include <bsd.port.mk>