2013-09-11 09:40:59 +02:00
|
|
|
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
|
2006-04-21 06:09:07 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= XML-RSS-Parser
|
|
|
|
PORTVERSION= 4.0
|
2008-02-26 08:25:47 +01:00
|
|
|
PORTREVISION= 1
|
2006-04-21 06:09:07 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-02-26 08:25:47 +01:00
|
|
|
MASTER_SITES= CPAN
|
2006-04-21 06:09:07 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
2014-01-29 18:46:33 +01:00
|
|
|
COMMENT= Liberal object-oriented parser for RSS feeds
|
2006-04-21 06:09:07 +02:00
|
|
|
|
2012-06-29 20:30:42 +02:00
|
|
|
RUN_DEPENDS= p5-XML-Elemental>=0:${PORTSDIR}/textproc/p5-XML-Elemental \
|
|
|
|
p5-Class-XPath>=0:${PORTSDIR}/devel/p5-Class-XPath \
|
|
|
|
p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2006-04-21 06:09:07 +02:00
|
|
|
|
2013-09-11 09:40:59 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-04-21 06:09:07 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.0//}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|