mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
AnyEvent::Twitter - Implementation of the Twitter API for AnyEvent
WWW: http://search.cpan.org/dist/AnyEvent-Twitter/ PR: ports/140372 Submitted by: Sahil Tandon <sahil at tandon.net>
This commit is contained in:
parent
a16cec4fc6
commit
67c75aa3d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244542
5 changed files with 40 additions and 0 deletions
|
@ -462,6 +462,7 @@
|
|||
SUBDIR += ossp-sa
|
||||
SUBDIR += p5-AddressBook
|
||||
SUBDIR += p5-Amazon-SQS-Simple
|
||||
SUBDIR += p5-AnyEvent-Twitter
|
||||
SUBDIR += p5-Apache2-SOAP
|
||||
SUBDIR += p5-BBS-Client
|
||||
SUBDIR += p5-BBS-UserInfo
|
||||
|
|
28
net/p5-AnyEvent-Twitter/Makefile
Normal file
28
net/p5-AnyEvent-Twitter/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: AnyEvent::Twitter
|
||||
# Date created: 07 Nov 2009
|
||||
# Whom: Sahil Tandon <sahil@tandon.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= AnyEvent-Twitter
|
||||
PORTVERSION= 0.27
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sahil@tandon.net
|
||||
COMMENT= Implementation of the Twitter API for AnyEvent
|
||||
|
||||
BUILD_DEPENDS= p5-AnyEvent>=3.5:${PORTSDIR}/devel/p5-AnyEvent \
|
||||
p5-AnyEvent-HTTP>=0:${PORTSDIR}/www/p5-AnyEvent-HTTP \
|
||||
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-Object-Event>=1.2:${PORTSDIR}/devel/p5-Object-Event \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= AnyEvent::Twitter.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-AnyEvent-Twitter/distinfo
Normal file
3
net/p5-AnyEvent-Twitter/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (AnyEvent-Twitter-0.27.tar.gz) = 1b832cb75ce25caf52d482f92017398d
|
||||
SHA256 (AnyEvent-Twitter-0.27.tar.gz) = 936c345c29a0eaa53bf981a4c4b44f1f8e41f142b351a4e9e45d0619fb7e6981
|
||||
SIZE (AnyEvent-Twitter-0.27.tar.gz) = 9141
|
3
net/p5-AnyEvent-Twitter/pkg-descr
Normal file
3
net/p5-AnyEvent-Twitter/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
AnyEvent::Twitter - Implementation of the Twitter API for AnyEvent
|
||||
|
||||
WWW: http://search.cpan.org/dist/AnyEvent-Twitter/
|
5
net/p5-AnyEvent-Twitter/pkg-plist
Normal file
5
net/p5-AnyEvent-Twitter/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/AnyEvent/Twitter.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/Twitter/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/Twitter
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent
|
||||
@dirrmtry %%SITE_PERL%%/AnyEvent
|
Loading…
Add table
Reference in a new issue