aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Twitter/Makefile
blob: 5be81032f8df6db4298ff4323a716bb3f0406d9f (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
# New ports collection makefile for:    p5-Net-Twitter
# Date created:     2007-08-03
# Whom:         Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Net-Twitter
PORTVERSION=    1.11
CATEGORIES= net perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= clsung@FreeBSD.org
COMMENT=    Perl interface to twitter.com

RUN_DEPENDS=    ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
        ${SITE_PERL}/JSON/Any.pm:${PORTSDIR}/converters/p5-JSON-Any
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       Net::Twitter.3

.include <bsd.port.mk>