- While I'm here, add NO_ARCH Changes: https://pear.php.net/package/Text_Diff/download/ PR: 225678 Submitted by: Michael Osipov <1983-01-06@gmx.net> Approved by: maintainer (timeout, 19 days)
14 lines
275 B
Makefile
14 lines
275 B
Makefile
# Created by: Joseph Scott <joseph@randomnetworks.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text_Diff
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= joseph@randomnetworks.com
|
|
COMMENT= Engine for performing and rendering text diffs
|
|
|
|
USES= pear
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|