mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
16 lines
325 B
Makefile
16 lines
325 B
Makefile
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= MIT
|
|
|
|
PLIST_FILES= lib/libdiff.a \
|
|
include/diff.h \
|
|
man/man3/diff.3.gz
|
|
HAS_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|