1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

This module provides a Perl wrapper around the Pushover

( http://pushover.net ) RESTful API. You'll need to register with Pushover to
obtain an API token for yourself and for your application before you'll be
able to do anything with this module.

WWW: http://search.cpan.org/dist/WebService-Pushover/

PR:		ports/174720
Submitted by:	gslin@gslin.org
This commit is contained in:
Philippe Audeoud 2013-01-03 09:32:47 +00:00
parent 6e33da427f
commit 5554bea48d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309861
5 changed files with 39 additions and 0 deletions

View File

@ -1302,6 +1302,7 @@
SUBDIR += p5-WebService-MoviePosterDB
SUBDIR += p5-WebService-MusicBrainz
SUBDIR += p5-WebService-NoPaste
SUBDIR += p5-WebService-Pushover
SUBDIR += p5-WebService-Rakuten
SUBDIR += p5-WebService-Simple
SUBDIR += p5-WebService-Technorati

View File

@ -0,0 +1,24 @@
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= WebService-Pushover
DISTVERSION= v0.0.6
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Interface to Pushover API
RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-WebService-Simple>=0:${PORTSDIR}/www/p5-WebService-Simple
PERL_CONFIGURE= yes
MAN3= WebService::Pushover.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (WebService-Pushover-v0.0.6.tar.gz) = f35d5cb75564fa91649c63b0d2519c877c261d820850c0ea407b13a0e8ef8eb3
SIZE (WebService-Pushover-v0.0.6.tar.gz) = 6677

View File

@ -0,0 +1,6 @@
This module provides a Perl wrapper around the Pushover
( http://pushover.net ) RESTful API. You'll need to register with Pushover to
obtain an API token for yourself and for your application before you'll be
able to do anything with this module.
WWW: http://search.cpan.org/dist/WebService-Pushover/

View File

@ -0,0 +1,6 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Pushover/.packlist
%%SITE_PERL%%/WebService/Pushover.pm
@dirrmtry %%SITE_PERL%%/WebService
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Pushover
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService