www/p5-WWW-Telegram-BotAPI: create port
This module provides an easy to use interface for the Telegram Bot API. It also supports async requests out of the box using Mojo::UserAgent, which makes this module easy to integrate with an existing Mojolicious application. WWW: http://search.cpan.org/dist/WWW-Telegram-BotAPI/ PR: 227176 Submitted by: gehm@physik.tu-berlin.de
This commit is contained in:
parent
472ef3efd8
commit
b3f0a26f73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489364
5 changed files with 38 additions and 0 deletions
|
@ -1313,6 +1313,7 @@
|
||||||
SUBDIR += p5-WWW-Shorten-isgd
|
SUBDIR += p5-WWW-Shorten-isgd
|
||||||
SUBDIR += p5-WWW-SourceForge
|
SUBDIR += p5-WWW-SourceForge
|
||||||
SUBDIR += p5-WWW-Spinn3r
|
SUBDIR += p5-WWW-Spinn3r
|
||||||
|
SUBDIR += p5-WWW-Telegram-BotAPI
|
||||||
SUBDIR += p5-WWW-TV
|
SUBDIR += p5-WWW-TV
|
||||||
SUBDIR += p5-WWW-TWSMS
|
SUBDIR += p5-WWW-TWSMS
|
||||||
SUBDIR += p5-WWW-TinySong
|
SUBDIR += p5-WWW-TinySong
|
||||||
|
|
27
www/p5-WWW-Telegram-BotAPI/Makefile
Normal file
27
www/p5-WWW-Telegram-BotAPI/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= WWW-Telegram-BotAPI
|
||||||
|
PORTVERSION= 0.10
|
||||||
|
CATEGORIES= www perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
MASTER_SITE_SUBDIR= CPAN:ROBERTOF
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= gehm@physik.tu-berlin.de
|
||||||
|
COMMENT= Perl implementation of the Telegram Bot API
|
||||||
|
|
||||||
|
LICENSE= ART20 GPLv1+
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
|
RUN_DEPENDS= p5-Carp>=0:devel/p5-Carp \
|
||||||
|
p5-URI-Encode>0:www/p5-URI-Encode \
|
||||||
|
p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
|
||||||
|
p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
|
||||||
|
p5-ExtUtils-MakeMaker>=0:devel/p5-ExtUtils-MakeMaker
|
||||||
|
|
||||||
|
USES= perl5
|
||||||
|
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
www/p5-WWW-Telegram-BotAPI/distinfo
Normal file
3
www/p5-WWW-Telegram-BotAPI/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1522590727
|
||||||
|
SHA256 (WWW-Telegram-BotAPI-0.10.tar.gz) = 711cdd9ec5451c9515d4a2761f593e3a3a3aac9cef7e924f9544be91436907c1
|
||||||
|
SIZE (WWW-Telegram-BotAPI-0.10.tar.gz) = 22736
|
5
www/p5-WWW-Telegram-BotAPI/pkg-descr
Normal file
5
www/p5-WWW-Telegram-BotAPI/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
This module provides an easy to use interface for the Telegram Bot API. It also
|
||||||
|
supports async requests out of the box using Mojo::UserAgent, which makes this
|
||||||
|
module easy to integrate with an existing Mojolicious application.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/WWW-Telegram-BotAPI/
|
2
www/p5-WWW-Telegram-BotAPI/pkg-plist
Normal file
2
www/p5-WWW-Telegram-BotAPI/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
%%SITE_PERL%%/WWW/Telegram/BotAPI.pm
|
||||||
|
%%PERL5_MAN3%%/WWW::Telegram::BotAPI.3.gz
|
Loading…
Reference in a new issue