blob: e4b5b0e91e401da7d2dc6fa70ed6ea4e36ca4082 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= POE-Component-RSS
PORTVERSION= 0.09
PORTREVISION= 1
CATEGORIES= devel perl5 textproc
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Module for event based RSS parsing
WWW= https://metacpan.org/release/SUNGO/POE-Component-RSS-0.09
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-POE>=0:devel/p5-POE \
p5-XML-RSS>=0:textproc/p5-XML-RSS
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|