aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Sablotron/Makefile
diff options
context:
space:
mode:
authorDaniel Harris <dannyboy@FreeBSD.org>2001-06-19 18:40:01 +0000
committerDaniel Harris <dannyboy@FreeBSD.org>2001-06-19 18:40:01 +0000
commit930a01a4d65d09ff40a806ac82d31d3f304e5989 (patch)
treebe6e16ecbe94494a6ee4f0e67b3f18222533ce5e /textproc/p5-XML-Sablotron/Makefile
parent1ba170de3e11a03e0d2ce788f21d14fdb77cb458 (diff)
downloadports-930a01a4d65d09ff40a806ac82d31d3f304e5989.tar.gz
ports-930a01a4d65d09ff40a806ac82d31d3f304e5989.zip
Notes
Diffstat (limited to 'textproc/p5-XML-Sablotron/Makefile')
-rw-r--r--textproc/p5-XML-Sablotron/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/p5-XML-Sablotron/Makefile b/textproc/p5-XML-Sablotron/Makefile
index 0f4ea7544da1..b88a420049f2 100644
--- a/textproc/p5-XML-Sablotron/Makefile
+++ b/textproc/p5-XML-Sablotron/Makefile
@@ -6,21 +6,24 @@
#
PORTNAME= XML-Sablotron
-PORTVERSION= 0.52
+PORTVERSION= 0.61
CATEGORIES= textproc perl5
MASTER_SITES= http://download.gingerall.cz/sablot/
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
-LIB_DEPENDS= sablot.52:${PORTSDIR}/textproc/sablotron \
+LIB_DEPENDS= sablot.60:${PORTSDIR}/textproc/sablotron \
iconv.2:${PORTSDIR}/converters/iconv
PERL_CONFIGURE= yes
CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib -lexpat -lsablot -liconv' \
INC='-I${LOCALBASE}/include'
+post-patch:
+ @${PERL} -pi -e 's,%%PREFIX%%,${PREFIX},g' \
+ ${WRKSRC}/Sablotron/Makefile.PL
-MAN3= XML::Sablotron.3
+MAN3= XML::Sablotron.3 XML::Sablotron::DOM.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>