freebsd-ports/textproc/p5-XML-Atom-Syndication/Makefile
2021-04-06 16:31:07 +02:00

24 lines
532 B
Makefile

# Created by: arved
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>