freebsd-ports/www/p5-WebService-Pushover/Makefile
Philippe Audeoud 5554bea48d 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
2013-01-03 09:32:47 +00:00

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>