opnsense-ports/textproc/p5-XML-RSS-Parser/Makefile
Franco Fichtner c496dc6e05 */*: sync with upstream
Taken from: FreeBSD
2017-01-03 07:34:16 +01:00

23 lines
571 B
Makefile

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= XML-RSS-Parser
PORTVERSION= 4.0
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Liberal object-oriented parser for RSS feeds
RUN_DEPENDS= p5-XML-Elemental>=0:textproc/p5-XML-Elemental \
p5-Class-XPath>=0:devel/p5-Class-XPath \
p5-Class-ErrorHandler>=0:devel/p5-Class-ErrorHandler
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.0//}
.include <bsd.port.mk>