mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
d800b9145c
PR: 243506 Submitted by: John Hein <jcfyecrayz@liamekaens.com>
19 lines
338 B
Makefile
19 lines
338 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= MIT
|
|
|
|
PLIST_FILES= lib/libdiff.a \
|
|
include/diff.h \
|
|
man/man3/diff.3.gz
|
|
HAS_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|