ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
SMS::Send::DeviceGsm is an SMS::Send driver that uses Device::Gsm
to deliver messages via attached hardware.
You provide the hardware port and the baudrate to use.
Consult Device::Gsm for further information on what devices
and baudrates are supported.
Author: Chris Williams <chris@bingosnet.co.uk>
WWW: http://search.cpan.org/dist/SMS-Send-DeviceGsm/
PR: ports/116531
Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>