mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
POE::Component::Client::Twitter is a POE component for Twitter API.
WWW: http://search.cpan.org/dist/POE-Component-Client-Twitter/ PR: ports/122716 Submitted by: Masahiro Teramoto <markun at onohara.to>
This commit is contained in:
parent
22e5d827b5
commit
aa3c7864e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211200
@ -581,6 +581,7 @@
|
||||
SUBDIR += p5-POE-Component-Client-Ping
|
||||
SUBDIR += p5-POE-Component-Client-Telnet
|
||||
SUBDIR += p5-POE-Component-Client-Traceroute
|
||||
SUBDIR += p5-POE-Component-Client-Twitter
|
||||
SUBDIR += p5-POE-Component-Client-Whois
|
||||
SUBDIR += p5-POE-Component-ControlPort
|
||||
SUBDIR += p5-POE-Component-Generic
|
||||
|
29
net/p5-POE-Component-Client-Twitter/Makefile
Normal file
29
net/p5-POE-Component-Client-Twitter/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: p5-POE-Component-Client-Twitter
|
||||
# Date created: 2008-04-13
|
||||
# Whom: Masahiro Teramoto <markun@onohara.to>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= POE-Component-Client-Twitter
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= markun@onohara.to
|
||||
COMMENT= POE chat component for twitter.com
|
||||
|
||||
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any \
|
||||
p5-POE>=0:${PORTSDIR}/devel/p5-POE \
|
||||
p5-POE-Component-Client-HTTP>=0:${PORTSDIR}/www/p5-POE-Component-Client-HTTP \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||
p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= POE::Component::Client::Twitter.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-POE-Component-Client-Twitter/distinfo
Normal file
3
net/p5-POE-Component-Client-Twitter/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (POE-Component-Client-Twitter-0.01.tar.gz) = 8340152a6f9d05b2d6263eda60dee863
|
||||
SHA256 (POE-Component-Client-Twitter-0.01.tar.gz) = 224095e81a44563fe5ca4bc6a210609190006179f662d8c15a130532840581cd
|
||||
SIZE (POE-Component-Client-Twitter-0.01.tar.gz) = 4522
|
3
net/p5-POE-Component-Client-Twitter/pkg-descr
Normal file
3
net/p5-POE-Component-Client-Twitter/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
POE::Component::Client::Twitter is a POE component for Twitter API.
|
||||
|
||||
WWW: http://search.cpan.org/dist/POE-Component-Client-Twitter/
|
10
net/p5-POE-Component-Client-Twitter/pkg-plist
Normal file
10
net/p5-POE-Component-Client-Twitter/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/Twitter/.packlist
|
||||
%%SITE_PERL%%/POE/Component/Client/Twitter.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/Twitter
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
|
||||
@dirrmtry %%SITE_PERL%%/POE/Component/Client
|
||||
@dirrmtry %%SITE_PERL%%/POE/Component
|
||||
@dirrmtry %%SITE_PERL%%/POE
|
Loading…
Reference in New Issue
Block a user