diff --git a/net/Makefile b/net/Makefile index f0d2dd88a12f..683c8278023d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -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 diff --git a/net/p5-AnyEvent-Twitter/Makefile b/net/p5-AnyEvent-Twitter/Makefile new file mode 100644 index 000000000000..7e926a518391 --- /dev/null +++ b/net/p5-AnyEvent-Twitter/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: AnyEvent::Twitter +# Date created: 07 Nov 2009 +# Whom: Sahil Tandon +# +# $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 diff --git a/net/p5-AnyEvent-Twitter/distinfo b/net/p5-AnyEvent-Twitter/distinfo new file mode 100644 index 000000000000..5c09fb236af9 --- /dev/null +++ b/net/p5-AnyEvent-Twitter/distinfo @@ -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 diff --git a/net/p5-AnyEvent-Twitter/pkg-descr b/net/p5-AnyEvent-Twitter/pkg-descr new file mode 100644 index 000000000000..6aeeb5cbe275 --- /dev/null +++ b/net/p5-AnyEvent-Twitter/pkg-descr @@ -0,0 +1,3 @@ +AnyEvent::Twitter - Implementation of the Twitter API for AnyEvent + +WWW: http://search.cpan.org/dist/AnyEvent-Twitter/ diff --git a/net/p5-AnyEvent-Twitter/pkg-plist b/net/p5-AnyEvent-Twitter/pkg-plist new file mode 100644 index 000000000000..a9646daf9735 --- /dev/null +++ b/net/p5-AnyEvent-Twitter/pkg-plist @@ -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