diff options
Diffstat (limited to 'textproc/xmldiff/Makefile')
-rw-r--r-- | textproc/xmldiff/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/textproc/xmldiff/Makefile b/textproc/xmldiff/Makefile deleted file mode 100644 index 251b25747705..000000000000 --- a/textproc/xmldiff/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: Paul Chvostek <paul+ports@it.ca> -# $FreeBSD$ - -PORTNAME= xmldiff -PORTVERSION= 0.01 -PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= http://software.decisionsoft.com/software/ \ - http://www.it.ca/~paul/src/ -DISTFILES= xmldiff.pl - -MAINTAINER= ports@FreeBSD.org -COMMENT= Display meaningful differences between XML files - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -RUN_DEPENDS= xmlprpr:textproc/xmlprpr - -USES= shebangfix perl5 -NO_BUILD= yes - -SHEBANG_FILES= xmldiff.pl - -PLIST_FILES= bin/xmldiff - -do-extract: - @${MKDIR} ${WRKSRC} - @${CP} -f ${_DISTDIR}/${_DISTFILES} ${WRKSRC} - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/xmldiff.pl ${STAGEDIR}${PREFIX}/bin/xmldiff - -.include <bsd.port.mk> |