mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
f0a8714b3a
With hat: portmgr
27 lines
658 B
Makefile
27 lines
658 B
Makefile
# Created by: Timur I. Bakeyev <bat@cpan.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= WAP-wbxml
|
|
PORTVERSION= 1.13
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Binarization of XML file
|
|
|
|
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
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= dos2unix perl5
|
|
USE_PERL5= configure
|
|
|
|
post-patch:
|
|
.for file in syncml.wbrules.xml wap.wbrules.xml wv.wbrules.xml
|
|
@${REINPLACE_CMD} -i '' -e 's/^M$$//' ${WRKSRC}/lib/WAP/wbxml/${file}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|