aboutsummaryrefslogtreecommitdiff
path: root/net/p5-WebService-Prowl
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@FreeBSD.org>2012-04-18 17:43:46 +0000
committerHenrik Brix Andersen <brix@FreeBSD.org>2012-04-18 17:43:46 +0000
commit6ac83b09da1c325212f8d7b729016033a8616a94 (patch)
treecd3e071e021e8608643ad04177caf82f04b6282d /net/p5-WebService-Prowl
parent496b35636c12a096c814912e362d3d7b67a52dee (diff)
downloadports-6ac83b09da1c325212f8d7b729016033a8616a94.tar.gz
ports-6ac83b09da1c325212f8d7b729016033a8616a94.zip
- Add missing dependency on www/p5-LWP-Protocol-https
Pointy hat to: brix
Notes
Notes: svn path=/head/; revision=295042
Diffstat (limited to 'net/p5-WebService-Prowl')
-rw-r--r--net/p5-WebService-Prowl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/p5-WebService-Prowl/Makefile b/net/p5-WebService-Prowl/Makefile
index 456e43be853b..da9ccd2dada0 100644
--- a/net/p5-WebService-Prowl/Makefile
+++ b/net/p5-WebService-Prowl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= WebService-Prowl
PORTVERSION= 0.07
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,6 +19,7 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
+ ${SITE_PERL}/LWP/Protocol/https.pm:${PORTSDIR}/www/p5-LWP-Protocol-https \
${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}