freebsd-ports/net/p5-Net-Twitter/Makefile
Cheng-Lung Sung f8c61838c9 - Update to 1.09
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
PR:		ports/121875
Submitted by:	ijliao
2008-03-27 00:41:55 +00:00

25 lines
547 B
Makefile

# 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.09
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>