Import net/p5-Net-Twitter-Lite.

This module provides a perl interface to the Twitter API v1.

It uses the same API definitions as Net::Twitter, but without the
extra bells and whistles and without the additional dependencies.
Same great taste, less filling.

ok landry@
This commit is contained in:
pascal 2013-08-12 12:00:06 +00:00
parent 407965268f
commit d1e476af4d
4 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/08/12 12:00:06 pascal Exp $
COMMENT = interface to Twitter API
DISTNAME = Net-Twitter-Lite-0.12004
CATEGORIES = net devel
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
# Perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/p5-Test-Fatal \
net/p5-Net-OAuth \
security/p5-Crypt-SSLeay \
www/p5-libwww \
converters/p5-JSON \
www/p5-URI
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Net-Twitter-Lite-0.12004.tar.gz) = n5dup+TzB5pjHrIPpqmJW6FS8of1r7uT5TckHpVH5qQ=
SIZE (Net-Twitter-Lite-0.12004.tar.gz) = 75784

View File

@ -0,0 +1,5 @@
This module provides a perl interface to the Twitter API v1.
It uses the same API definitions as Net::Twitter, but without the
extra bells and whistles and without the additional dependencies.
Same great taste, less filling.

View File

@ -0,0 +1,16 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/08/12 12:00:06 pascal Exp $
${P5SITE}/Net/Twitter/
${P5SITE}/Net/Twitter/Lite/
${P5SITE}/Net/Twitter/Lite.pm
${P5SITE}/Net/Twitter/Lite.pod
${P5SITE}/Net/Twitter/Lite/API/
${P5SITE}/Net/Twitter/Lite/API/V1.pm
${P5SITE}/Net/Twitter/Lite/API/V1_1.pm
${P5SITE}/Net/Twitter/Lite/Error.pm
${P5SITE}/Net/Twitter/Lite/WithAPIv1_1.pm
${P5SITE}/Net/Twitter/Lite/WithAPIv1_1.pod
@man man/man3p/Net::Twitter::Lite.3p
@man man/man3p/Net::Twitter::Lite::API::V1.3p
@man man/man3p/Net::Twitter::Lite::API::V1_1.3p
@man man/man3p/Net::Twitter::Lite::Error.3p
@man man/man3p/Net::Twitter::Lite::WithAPIv1_1.3p