diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-23 06:23:36 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-23 06:23:36 +0000 |
commit | a1d190adc5bbc1946f902fc05d0d4578c267e95a (patch) | |
tree | 4088bddf3d9943577d31581561eed8150d6f03fa /comms/p5-SMS-Send-DeviceGsm | |
parent | 78b7064c6805a63541ef219c7ca0e81a8a1c48a3 (diff) | |
download | ports-a1d190adc5bbc1946f902fc05d0d4578c267e95a.tar.gz ports-a1d190adc5bbc1946f902fc05d0d4578c267e95a.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>
Notes
Notes:
svn path=/head/; revision=199950
Diffstat (limited to 'comms/p5-SMS-Send-DeviceGsm')
-rw-r--r-- | comms/p5-SMS-Send-DeviceGsm/Makefile | 32 | ||||
-rw-r--r-- | comms/p5-SMS-Send-DeviceGsm/distinfo | 3 | ||||
-rw-r--r-- | comms/p5-SMS-Send-DeviceGsm/pkg-descr | 9 | ||||
-rw-r--r-- | comms/p5-SMS-Send-DeviceGsm/pkg-plist | 8 |
4 files changed, 52 insertions, 0 deletions
diff --git a/comms/p5-SMS-Send-DeviceGsm/Makefile b/comms/p5-SMS-Send-DeviceGsm/Makefile new file mode 100644 index 000000000000..ceae50dcd908 --- /dev/null +++ b/comms/p5-SMS-Send-DeviceGsm/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: p5-SMS-Send-DeviceGsm +# Date created: 2007-09-22 +# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= SMS-Send-DeviceGsm +PORTVERSION= 0.02 +CATEGORIES= comms perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= SMS +PKGNAMEPREFIX= p5- + +MAINTAINER= snowfly@yuntech.edu.tw +COMMENT= An SMS::Send driver for Device::Gsm + +RUN_DEPENDS= ${SITE_PERL}/SMS/Send.pm:${PORTSDIR}/comms/p5-SMS-Send \ + ${SITE_PERL}/Device/Gsm.pm:${PORTSDIR}/comms/p5-Device-Gsm +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= SMS::Send::DeviceGsm.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= requires perl 5.6.0 due to dependency. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/comms/p5-SMS-Send-DeviceGsm/distinfo b/comms/p5-SMS-Send-DeviceGsm/distinfo new file mode 100644 index 000000000000..9a4f4cdc458d --- /dev/null +++ b/comms/p5-SMS-Send-DeviceGsm/distinfo @@ -0,0 +1,3 @@ +MD5 (SMS-Send-DeviceGsm-0.02.tar.gz) = a1129fdaf7f69d593238beb967835d9c +SHA256 (SMS-Send-DeviceGsm-0.02.tar.gz) = c8f1f2a0a83fbb7e13e95722b4908aeb2e819224f8498ed4328c50b2ebdc79d1 +SIZE (SMS-Send-DeviceGsm-0.02.tar.gz) = 13431 diff --git a/comms/p5-SMS-Send-DeviceGsm/pkg-descr b/comms/p5-SMS-Send-DeviceGsm/pkg-descr new file mode 100644 index 000000000000..9d08727db3cf --- /dev/null +++ b/comms/p5-SMS-Send-DeviceGsm/pkg-descr @@ -0,0 +1,9 @@ +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/ diff --git a/comms/p5-SMS-Send-DeviceGsm/pkg-plist b/comms/p5-SMS-Send-DeviceGsm/pkg-plist new file mode 100644 index 000000000000..d0a70581ae2f --- /dev/null +++ b/comms/p5-SMS-Send-DeviceGsm/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/SMS/Send/DeviceGsm.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/DeviceGsm/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/DeviceGsm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS +@dirrmtry %%SITE_PERL%%/SMS/Send +@dirrmtry %%SITE_PERL%%/SMS |