blob: 324fa1a1549f1924bf44e99dbd4b30eaa49baa66 (
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
28
29
30
31
|
# New ports collection makefile for: p5-XML-Feed
# Date created: Jul 31 2004
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
#
# $FreeBSD$
#
PORTNAME= XML-Feed
PORTVERSION= 0.21
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 modules for Syndication feed parser and auto-discovery
RUN_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \
p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
p5-DateTime-Format-W3CDTF>=0:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF \
p5-Feed-Find>=0:${PORTSDIR}/www/p5-Feed-Find \
p5-URI-Fetch>=0:${PORTSDIR}/www/p5-URI-Fetch \
p5-XML-Atom>=0.23:${PORTSDIR}/textproc/p5-XML-Atom \
p5-XML-RSS>=1.01:${PORTSDIR}/textproc/p5-XML-RSS
PERL_CONFIGURE= yes
MAN3= XML::Feed.3 \
XML::Feed::Content.3 \
XML::Feed::Entry.3
.include <bsd.port.mk>
|