freebsd-ports/converters/p5-WAP-wbxml/Makefile
Martin Wilke 6a0c3b2802 WAP::wbxml module implements binarisation of XML file according the
specification:

 * WAP - Wireless Application Protocol / Binary XML Content Format
    Specification / Version 1.3 WBXML (15th May 2000 Approved)

    The binary format was designed to preserve the element structure of XML.

WWW: http://search.cpan.org/dist/WAP-wbxml/

Submitted by:	Timur I. Bakeyev <timur(at)com.bat.ru>
Approved by:	krion (mentor)
2006-08-17 21:00:40 +00:00

33 lines
850 B
Makefile

# New ports collection makefile for: converters/p5-WAP-wbxml
# Date created: 1 Aug 2006
# Whom: Timur I. Bakeyev <bat@cpan.org>
#
# $FreeBSD$
#
PORTNAME= WAP-wbxml
PORTVERSION= 1.10
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= WAP/PERRAD
PKGNAMEPREFIX= p5-
MAINTAINER= bat@cpan.org
COMMENT= Binarization of XML file
BUILD_DEPENDS= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM \
${SITE_PERL}/I18N/Charset.pm:${PORTSDIR}/misc/p5-I18N-Charset \
${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= wbxmlc.pl.1
MAN3= WAP::wbxml.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}
.endfor
.include <bsd.port.mk>