mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
30df276b93
- remove the already-in-perl-core-list modules from dependency - bump PORTREVISION
33 lines
868 B
Makefile
33 lines
868 B
Makefile
# New ports collection makefile for: p5-XML-RSS-Parser
|
|
# Date created: 21 Apr 2006
|
|
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XML-RSS-Parser
|
|
PORTVERSION= 4.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
|
COMMENT= A liberal object-oriented parser for RSS feeds
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/XML/Elemental.pm:${PORTSDIR}/textproc/p5-XML-Elemental \
|
|
${SITE_PERL}/Class/XPath.pm:${PORTSDIR}/devel/p5-Class-XPath \
|
|
${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.0//}
|
|
|
|
MAN3= XML::RSS::Parser.3 \
|
|
XML::RSS::Parser::Characters.3 \
|
|
XML::RSS::Parser::Element.3 \
|
|
XML::RSS::Parser::Feed.3 \
|
|
XML::RSS::Parser::Util.3
|
|
|
|
.include <bsd.port.mk>
|