summaryrefslogtreecommitdiffstats
path: root/textproc/xmldiff/Makefile
blob: cdb58222854fce5ccf51a2fbff39f80ac664404c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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

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>
OpenPOWER on IntegriCloud