blob: 2479b29e4bf61b0255e4de95976890186e93c3b6 (
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
|
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
WWW= https://metacpan.org/release/XML-Atom-Syndication
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>
|