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>
|