# Created by: arved
# $FreeBSD: head/textproc/p5-XML-Atom-Syndication/Makefile 481365 2018-10-06 13:06:42Z des $

PORTNAME=	XML-Atom-Syndication
PORTVERSION=	0.942
PORTEPOCH=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Simple lightweight client for consuming Atom syndication feeds

LICENSE=	ART10

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Class-ErrorHandler>=0:devel/p5-Class-ErrorHandler \
		p5-XML-Elemental>=2:textproc/p5-XML-Elemental \
		p5-XML-Writer>=0.6:textproc/p5-XML-Writer

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>