1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/textproc/xmlprpr/Makefile
2014-02-26 07:20:38 +00:00

31 lines
601 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= An 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>