forked from Lainports/opnsense-ports
23 lines
574 B
Makefile
23 lines
574 B
Makefile
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
|
|
WWW= https://metacpan.org/release/XML-RSS-Parser
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.0//}
|
|
|
|
.include <bsd.port.mk>
|