aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-RSS-Parser/Makefile
blob: 0c57baaf63c9e2c01baa30e09e5b68b45de5d4d5 (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
# 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

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
WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.0//}

.include <bsd.port.mk>