1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

- Convert to PEAR_AUTOINSTALL

- Trim header
This commit is contained in:
Martin Wilke 2013-05-13 09:06:43 +00:00
parent ced9df03c1
commit bece4066d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318020

View File

@ -1,9 +1,5 @@
# Ports collection makefile for: pear-Text_Diff
# Date created: 18 Feb 2005
# Whom: Joseph Scott <joseph@randomnetworks.com>
#
# Created by: Joseph Scott <joseph@randomnetworks.com>
# $FreeBSD$
#
PORTNAME= Text_Diff
PORTVERSION= 1.1.1
@ -13,23 +9,9 @@ MAINTAINER= joseph@randomnetworks.com
COMMENT= Engine for performing and rendering text diffs
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS:= ${BUILD_DEPENDS}
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
CATEGORY= Text
FILES= Diff.php Diff/Engine/native.php Diff/Engine/shell.php \
Diff/Engine/string.php Diff/Engine/xdiff.php \
Diff/Mapped.php Diff/Renderer.php Diff/Renderer/context.php \
Diff/Renderer/inline.php Diff/Renderer/unified.php \
Diff/ThreeWay.php Diff3.php
TESTS= 1.txt 2.txt 3.txt 4.txt 5.txt 6.txt context.patch context.phpt \
context2.phpt diff.phpt inline.phpt inline2.phpt \
pear_bug12740.phpt pear_bug4879.phpt pear_bug6251.phpt \
pear_bug6428.phpt string.phpt unified.patch unified.phpt \
unified2.phpt xdiff.phpt
EXAMPLES= 1.txt \
2.txt \
diff.php
_EXAMPLESDIR= docs/examples
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"