aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-WebService-Google-Reader/Makefile
blob: 558a422753b02152c8aea79e932af1d5d56c17a6 (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
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    p5-WebService-Google-Reader
# Date created:             2010-09-06
# Whom:                 Frederic Culot <frederic@culot.org>
#
# $FreeBSD$
#

PORTNAME=   WebService-Google-Reader
PORTVERSION=    0.12
CATEGORIES= www perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= culot@FreeBSD.org
COMMENT=    Perl interface to Google Reader

BUILD_DEPENDS=  p5-JSON-XS>=2:${PORTSDIR}/converters/p5-JSON-XS \
        p5-URI>0:${PORTSDIR}/net/p5-URI \
        p5-libwww>0:${PORTSDIR}/www/p5-libwww \
        p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
        p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \
        p5-JSON>0:${PORTSDIR}/converters/p5-JSON \
        p5-XML-Atom>0:${PORTSDIR}/textproc/p5-XML-Atom \
        p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML

RUN_DEPENDS:=   ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       WebService::Google::Reader.3 \
        WebService::Google::Reader::Constants.3 \
        WebService::Google::Reader::Feed.3 \
        WebService::Google::Reader::ListElement.3

.include <bsd.port.mk>