mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
4bf1ce008b
LIB_DEPENDS in converters
22 lines
458 B
Makefile
22 lines
458 B
Makefile
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML-WBXML
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Convert between XML and WBXML using libwbxml2
|
|
|
|
LIB_DEPENDS= libwbxml2.so:${PORTSDIR}/textproc/wbxml2
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,-I.,-I. -I${LOCALBASE}/include,' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|