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

- Update to 0.2.0

- Add LICENSE
- Add BUILD_DEPENDS
- Sort PLIST
- Reformat pkg-descr

Changes:	http://search.cpan.org/dist/WebService-Pushover/Changes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-08-01 16:23:35 +00:00
parent e6663c15cf
commit 073f3229f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363729
4 changed files with 25 additions and 14 deletions

View File

@ -2,22 +2,32 @@
# $FreeBSD$
PORTNAME= WebService-Pushover
DISTVERSION= v0.0.6
PORTVERSION= 0.2.0
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Interface to Pushover API
RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \
p5-Net-HTTP-Spore>=0:${PORTSDIR}/net/p5-Net-HTTP-Spore \
p5-Net-HTTP-Spore-Middleware-Header>=0:${PORTSDIR}/net/p5-Net-HTTP-Spore-Middleware-Header \
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
p5-URI>=0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic \
p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage
USES= perl5
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>

View File

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

View File

@ -1,6 +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.
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

@ -1,6 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Pushover/.packlist
%%SITE_PERL%%/WebService/Pushover.json
%%SITE_PERL%%/WebService/Pushover.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Pushover/.packlist
%%PERL5_MAN3%%/WebService::Pushover.3.gz
@dirrmtry %%SITE_PERL%%/WebService
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Pushover
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Pushover
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService
@dirrmtry %%SITE_PERL%%/WebService