2013-03-29 01:44:53 +01:00
|
|
|
# Created by: Foxfair Hu <foxfair@FreeBSD.org>
|
2003-09-02 14:52:46 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= XML-SimpleObject-LibXML
|
2005-01-28 15:25:50 +01:00
|
|
|
PORTVERSION= 0.60
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2003-09-02 14:52:46 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-09-02 14:52:46 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-01-28 15:25:50 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2013-03-29 01:44:53 +01:00
|
|
|
COMMENT= Simple(r) object representation of an XML::LibXML DOM object
|
2003-09-02 14:52:46 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= p5-XML-LibXML>=0:textproc/p5-XML-LibXML \
|
|
|
|
p5-XML-SimpleObject>=0:textproc/p5-XML-SimpleObject
|
2003-09-02 14:52:46 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2003-09-02 14:52:46 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|