aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorchinsan <chinsan@FreeBSD.org>2009-01-05 00:02:37 +0800
committerchinsan <chinsan@FreeBSD.org>2009-01-05 00:02:37 +0800
commitbc4f51e5a4ddd811ebf237034cdf199e9411de70 (patch)
tree79e1f2c0c03b79f6a6fc9b4429fa95c220d9d301 /comms
parent3a6a15174a9c98a7a62d58bf83f28d03eee585fd (diff)
downloadfreebsd-ports-gnome-bc4f51e5a4ddd811ebf237034cdf199e9411de70.tar.gz
freebsd-ports-gnome-bc4f51e5a4ddd811ebf237034cdf199e9411de70.tar.zst
freebsd-ports-gnome-bc4f51e5a4ddd811ebf237034cdf199e9411de70.zip
- Add dependency on Crypt::SSLeay
- Error POSTing https://member.hinet.net/HiReg/checkcookieservlet: Protocol scheme 'https' is not supported (Crypt::SSLeay not installed) at /usr/local/lib/perl5/site_perl/5.8.8/SMS/Send/TW/emome.pm line 45
Diffstat (limited to 'comms')
-rw-r--r--comms/p5-SMS-Send-TW-emome/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/p5-SMS-Send-TW-emome/Makefile b/comms/p5-SMS-Send-TW-emome/Makefile
index ccac76e670d5..e254657a902c 100644
--- a/comms/p5-SMS-Send-TW-emome/Makefile
+++ b/comms/p5-SMS-Send-TW-emome/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= SMS::Send driver for www.emome.net
RUN_DEPENDS= ${SITE_PERL}/SMS/Send.pm:${PORTSDIR}/comms/p5-SMS-Send \
+ p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \
${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv
BUILD_DEPENDS= ${SITE_PERL}/SMS/Send.pm:${PORTSDIR}/comms/p5-SMS-Send \