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

- 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
This commit is contained in:
Chin-San Huang 2009-01-04 16:02:37 +00:00
parent 607deee573
commit 8caa8819cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225239

View File

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