2004-07-30 21:25:36 +02:00
|
|
|
# New ports collection makefile for: p5-XML-Feed
|
|
|
|
# Date created: Jul 31 2004
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML-Feed
|
2006-08-14 09:46:08 +02:00
|
|
|
PORTVERSION= 0.12
|
2004-07-30 21:25:36 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= XML
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-04-01 00:56:03 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-07-30 21:25:36 +02:00
|
|
|
COMMENT= Perl5 modules for Syndication feed parser and auto-discovery
|
|
|
|
|
2006-08-08 17:03:34 +02:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
|
|
|
|
${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler \
|
|
|
|
${SITE_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
|
|
|
|
${SITE_PERL}/DateTime/Format/W3CDTF.pm:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF \
|
2006-04-01 00:56:03 +02:00
|
|
|
${SITE_PERL}/Feed/Find.pm:${PORTSDIR}/www/p5-Feed-Find \
|
|
|
|
${SITE_PERL}/URI/Fetch.pm:${PORTSDIR}/www/p5-URI-Fetch \
|
2006-07-17 06:45:59 +02:00
|
|
|
p5-XML-Atom>=0.08:${PORTSDIR}/textproc/p5-XML-Atom \
|
2006-08-08 17:03:34 +02:00
|
|
|
p5-XML-RSS>=1.01:${PORTSDIR}/textproc/p5-XML-RSS
|
2006-04-01 00:56:03 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2006-08-08 17:03:34 +02:00
|
|
|
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \
|
|
|
|
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
|
2004-07-30 21:25:36 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_MODBUILD= 5.8.5+ # p5-XML-Atom needs 5.8.5
|
2004-07-30 21:25:36 +02:00
|
|
|
|
|
|
|
MAN3= XML::Feed.3 \
|
|
|
|
XML::Feed::Content.3 \
|
|
|
|
XML::Feed::Entry.3
|
|
|
|
|
2005-07-31 13:06:54 +02:00
|
|
|
post-patch:
|
|
|
|
${PERL} -pi -e '$$_ = "" if m|auto_install|' ${WRKSRC}/Makefile.PL
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|