2006-06-13 04:20:39 +02:00
|
|
|
# New ports collection makefile for: p5-XML-Atom-Stream
|
|
|
|
# Date created: 12 Jun 2006
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML-Atom-Stream
|
2008-04-29 13:21:57 +02:00
|
|
|
PORTVERSION= 0.11
|
2006-06-13 04:20:39 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-06-13 04:20:39 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-29 13:21:57 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-06-13 04:20:39 +02:00
|
|
|
COMMENT= A client interface for AtomStream
|
|
|
|
|
2006-12-07 16:10:41 +01:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
|
|
|
|
p5-XML-SAX>=0.12:${PORTSDIR}/textproc/p5-XML-SAX \
|
|
|
|
p5-XML-Handler-Trees>=0.02:${PORTSDIR}/textproc/p5-XML-Handler-Trees \
|
|
|
|
p5-XML-Atom>=0.20:${PORTSDIR}/textproc/p5-XML-Atom \
|
|
|
|
p5-XML-LibXML>=1.59:${PORTSDIR}/textproc/p5-XML-LibXML
|
2008-04-29 13:21:57 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
|
|
|
|
p5-XML-SAX>=0.12:${PORTSDIR}/textproc/p5-XML-SAX \
|
|
|
|
p5-XML-Handler-Trees>=0.02:${PORTSDIR}/textproc/p5-XML-Handler-Trees \
|
|
|
|
p5-XML-Atom>=0.20:${PORTSDIR}/textproc/p5-XML-Atom \
|
|
|
|
p5-XML-LibXML>=1.59:${PORTSDIR}/textproc/p5-XML-LibXML
|
2006-06-13 04:20:39 +02:00
|
|
|
|
|
|
|
MAN3= XML::Atom::Stream.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.5+ # inherited from textproc/p5-XML-Atom
|
2006-06-13 04:20:39 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|