blob: 3839d1c4b1c0108ad6b4b666f3cbed69e50110e9 (
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
|
# Created by: arved
# $FreeBSD$
PORTNAME= XML-Atom-Syndication
PORTVERSION= 0.94.2
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple lightweight client for consuming Atom syndication feeds
BUILD_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \
p5-XML-Elemental>=2:${PORTSDIR}/textproc/p5-XML-Elemental \
p5-XML-Writer>=0.6:${PORTSDIR}/textproc/p5-XML-Writer
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|