1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/textproc/xmldiff/Makefile
Emanuel Haupt afaf02a2c1 - Convert to use shebangfix USES flag
- Trim header
- Use new options framework for DOCS
2013-05-07 09:39:35 +00:00

33 lines
665 B
Makefile

# 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:${PORTSDIR}/textproc/xmlprpr
USES= shebangfix
USE_PERL5= yes
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 ${PREFIX}/bin/xmldiff
.include <bsd.port.mk>