- Trim Makefile header PR: ports/168261 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1] Approved by: timur (maintainer timeout, 4.5 months) [1] makc, avilla (mentors, implicit) Feature safe: yes
29 lines
701 B
Makefile
29 lines
701 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= timur@FreeBSD.org
|
|
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}
|
|
|
|
USE_DOS2UNIX= yes
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= wbxmlc.1
|
|
MAN3= WAP::wbxml.3 WAP::wbxml::WbRules.3
|
|
|
|
post-patch:
|
|
.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>
|