5554bea48d
( 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
24 lines
662 B
Makefile
24 lines
662 B
Makefile
# 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>
|