1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/textproc/libdiff/Makefile
Baptiste Daroussin 1e777d2df1 libdiff is a C library generating the shortest edit script, longest common
subsequence, and edit distance between arbitrary sequences of bytes. It derives
from Tatsuhiko Kubo's onp and dtl.

WWW: https://github.com/kristapsdz/libdiff
2018-09-22 06:48:58 +00:00

19 lines
339 B
Makefile

# $FreeBSD$
PORTNAME= libdiff
PORTVERSION= 0.1.0
CATEGORIES= textproc
MASTER_SITES= http://kristaps.bsd.lv/libdiff/snapshots/
MAINTAINER= bapt@FreeBSD.org
COMMENT= Library to generate arbitrary sequence diffs
LICENSE= ISCL
PLIST_FILES= lib/libdiff.a \
include/diff.h \
man/man3/diff.3.gz
HAS_CONFIGURE= yes
.include <bsd.port.mk>