2012-10-12 08:03:06 +02:00
|
|
|
# Created by: Timur I. Bakeyev <bat@cpan.org>
|
2006-08-17 23:00:40 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= WAP-wbxml
|
2012-10-12 08:03:06 +02:00
|
|
|
PORTVERSION= 1.13
|
2006-08-17 23:00:40 +02:00
|
|
|
CATEGORIES= converters perl5
|
2008-03-31 03:48:30 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-08-17 23:00:40 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
- Pass maintainership to submitter
PR: ports/172813, ports/172814, ports/172815,
ports/172816, ports/172817, ports/172818,
ports/172820, ports/172821, ports/172822,
ports/172823, ports/172824, ports/172825
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by: timur (via private email)
makc, avilla (mentors implicit)
Feature safe: yes
2012-10-17 15:38:18 +02:00
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
2006-08-17 23:00:40 +02:00
|
|
|
COMMENT= Binarization of XML file
|
|
|
|
|
2012-06-29 13:04:34 +02:00
|
|
|
BUILD_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM \
|
|
|
|
p5-I18N-Charset>=0:${PORTSDIR}/misc/p5-I18N-Charset \
|
|
|
|
p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-08-17 23:00:40 +02:00
|
|
|
|
2014-05-26 08:55:07 +02:00
|
|
|
USES= dos2unix perl5
|
2013-09-10 09:55:33 +02:00
|
|
|
USE_PERL5= configure
|
2006-08-17 23:00:40 +02:00
|
|
|
|
|
|
|
post-patch:
|
2008-03-31 03:48:30 +02:00
|
|
|
.for file in syncml.wbrules.xml wap.wbrules.xml wv.wbrules.xml
|
2013-07-25 14:45:10 +02:00
|
|
|
@${REINPLACE_CMD} -i '' -e 's/^M$$//' ${WRKSRC}/lib/WAP/wbxml/${file}
|
2006-08-17 23:00:40 +02:00
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|