blob: 7531189fd44bc3a5678a822f92b327f49826e1b1 (
plain) (
blame)
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
|
# 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>
|