aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-WAP-wbxml/Makefile
diff options
context:
space:
mode:
authortimur <timur@FreeBSD.org>2008-03-31 09:48:30 +0800
committertimur <timur@FreeBSD.org>2008-03-31 09:48:30 +0800
commit1063d2e171231f743b8ed96e5859d2c6e820d308 (patch)
tree4f689c7bdc12f033e9c7d6b61da9a24c250a2c4d /converters/p5-WAP-wbxml/Makefile
parent42750714cc6a774f790f7ff42aa98e9a223d7ff8 (diff)
downloadfreebsd-ports-gnome-1063d2e171231f743b8ed96e5859d2c6e820d308.tar.gz
freebsd-ports-gnome-1063d2e171231f743b8ed96e5859d2c6e820d308.tar.zst
freebsd-ports-gnome-1063d2e171231f743b8ed96e5859d2c6e820d308.zip
Update port to the 1.11 version.
PR: ports/120912 Approved by: shaun (mentor, implicit)
Diffstat (limited to 'converters/p5-WAP-wbxml/Makefile')
-rw-r--r--converters/p5-WAP-wbxml/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/converters/p5-WAP-wbxml/Makefile b/converters/p5-WAP-wbxml/Makefile
index 4245d7001b38..fa57fbe2bca0 100644
--- a/converters/p5-WAP-wbxml/Makefile
+++ b/converters/p5-WAP-wbxml/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= WAP-wbxml
-PORTVERSION= 1.10
+PORTVERSION= 1.11
CATEGORIES= converters perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= WAP/PERRAD
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= timur@FreeBSD.org
@@ -20,14 +19,15 @@ BUILD_DEPENDS= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM \
${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper
RUN_DEPENDS= ${BUILD_DEPENDS}
+USE_DOS2UNIX= yes
PERL_CONFIGURE= yes
-MAN1= wbxmlc.pl.1
-MAN3= WAP::wbxml.3
+MAN1= wbxmlc.1
+MAN3= WAP::wbxml.3 WAP::wbxml::WbRules.3
post-patch:
-.for file in syncml.wbrules.xml wap.wbrules.xml wbxmlc.pl wbxml.pm wv.wbrules.xml
- @${PERL} -pi -e 's#\r$$##g' ${WRKSRC}/${file}
+.for file in syncml.wbrules.xml wap.wbrules.xml wv.wbrules.xml
+ @${PERL} -pi -e 's#\r$$##g' ${WRKSRC}/lib/WAP/wbxml/${file}
.endfor
.include <bsd.port.mk>