2013-08-06 10:50:49 +02:00
|
|
|
# Created by: Wen Heping <wen@FreeBSD.org>
|
2009-12-09 07:55:01 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= XML-Hash-LX
|
2011-08-23 08:24:17 +02:00
|
|
|
PORTVERSION= 0.0603
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2009-12-09 07:55:01 +01:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
|
|
COMMENT= Convert hash to xml and xml to hash using LibXML
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= p5-lib-abs>=0.90:devel/p5-lib-abs \
|
|
|
|
p5-XML-LibXML>=0:textproc/p5-XML-LibXML
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2009-12-09 07:55:01 +01:00
|
|
|
|
2013-08-06 10:50:49 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2009-12-09 07:55:01 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|