Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
13 lines
261 B
Makefile
13 lines
261 B
Makefile
# Created by: Joseph Scott <joseph@randomnetworks.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text_Diff
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= joseph@randomnetworks.com
|
|
COMMENT= Engine for performing and rendering text diffs
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|