summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-RSS/Makefile
blob: d0df88366171a92c18c23aa7547e3b1d8202e0ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	XML-RSS
PORTVERSION=	1.65
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl extension to manage RDF Site Summary (RSS) files
WWW=		https://metacpan.org/release/XML-RSS

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${RUN_DEPENDS} \
		p5-Test-Manifest>=0.9:devel/p5-Test-Manifest
RUN_DEPENDS=	p5-DateTime-Format-Mail>=0:devel/p5-DateTime-Format-Mail \
		p5-DateTime-Format-W3CDTF>=0:devel/p5-DateTime-Format-W3CDTF \
		p5-DateTime>=0:devel/p5-DateTime \
		p5-HTML-Parser>=0:www/p5-HTML-Parser \
		p5-XML-Parser>=2.23:textproc/p5-XML-Parser

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>