blob: 8654341667a1ffb50842cba94fec750c03634fbd (
plain)
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: Timur I. Bakeyev <bat@cpan.org>
# $FreeBSD$
PORTNAME= WAP-wbxml
PORTVERSION= 1.14
PORTREVISION= 1
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Binarization of XML file
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-XML-DOM>=0:textproc/p5-XML-DOM \
p5-I18N-Charset>=0:misc/p5-I18N-Charset
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= dos2unix perl5
USE_PERL5= configure
NO_ARCH= yes
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>
|