freebsd-ports/textproc/xmlprpr/Makefile
Jimmy Olgeni 22d7896c17 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.

CR:		D509
Approved by:	portmgr (antoine)
2014-08-03 14:15:08 +00:00

31 lines
598 B
Makefile

# Created by: Paul Chvostek <paul+ports@it.ca>
# $FreeBSD$
PORTNAME= xmlprpr
PORTVERSION= 1.32
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://software.decisionsoft.com/software/ \
http://www.it.ca/~paul/src/
DISTFILES= xmlpp.pl
MAINTAINER= ports@FreeBSD.org
COMMENT= XML pretty printer
USES= shebangfix perl5
NO_WRKSUBDIR= yes
NO_BUILD= yes
SHEBANG_FILES= xmlpp.pl
PLIST_FILES= bin/xmlprpr
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} -f ${_DISTDIR}/${_DISTFILES} ${WRKSRC}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/xmlpp.pl ${STAGEDIR}${PREFIX}/bin/xmlprpr
.include <bsd.port.mk>