diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-23 14:23:36 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-23 14:23:36 +0800 |
commit | bb1b2b44df47e4adeb29874dd986ac2b8a6c187d (patch) | |
tree | d7ebae0bbfa338c480d0eb413df9f790d2cd7f0a /comms/Makefile | |
parent | de2fa6d8eec1bacfdd6d5263e878b50a3afacce8 (diff) | |
download | freebsd-ports-gnome-bb1b2b44df47e4adeb29874dd986ac2b8a6c187d.tar.gz freebsd-ports-gnome-bb1b2b44df47e4adeb29874dd986ac2b8a6c187d.tar.zst freebsd-ports-gnome-bb1b2b44df47e4adeb29874dd986ac2b8a6c187d.zip |
[NEW PORT] comms/p5-SMS-Send-DeviceGsm: An SMS::Send driver for Device::Gsm
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>
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 2245c0608221..bba7207fffbf 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -82,6 +82,7 @@ SUBDIR += p5-Device-SerialPort SUBDIR += p5-Fax-Hylafax-Client SUBDIR += p5-SMS-Send + SUBDIR += p5-SMS-Send-DeviceGsm SUBDIR += p5-SMS-Send-TW-PChome SUBDIR += plp SUBDIR += pr |