1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Add missing dependency on www/p5-LWP-Protocol-https

Pointy hat to:	brix
This commit is contained in:
Henrik Brix Andersen 2012-04-18 17:43:46 +00:00
parent 496b35636c
commit 6ac83b09da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295042

View File

@ -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}