diff options
author | brix <brix@FreeBSD.org> | 2012-04-19 01:43:46 +0800 |
---|---|---|
committer | brix <brix@FreeBSD.org> | 2012-04-19 01:43:46 +0800 |
commit | 6c5cc42d926241904a27103a572699abfca7ccb3 (patch) | |
tree | 0a13fa920c11dda745f26f9468910bc4f5ad8ae4 /net | |
parent | 9101f4e22177c8c1c7a650e1ba73b643baa09e44 (diff) | |
download | freebsd-ports-gnome-6c5cc42d926241904a27103a572699abfca7ccb3.tar.gz freebsd-ports-gnome-6c5cc42d926241904a27103a572699abfca7ccb3.tar.zst freebsd-ports-gnome-6c5cc42d926241904a27103a572699abfca7ccb3.zip |
- Add missing dependency on www/p5-LWP-Protocol-https
Pointy hat to: brix
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-WebService-Prowl/Makefile | 2 |
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} |