2007-09-23 08:23:36 +02:00
|
|
|
# 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
|
2009-06-21 21:17:39 +02:00
|
|
|
PORTVERSION= 1.06
|
2007-09-23 08:23:36 +02:00
|
|
|
CATEGORIES= comms perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-09-23 08:23:36 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= snowfly@yuntech.edu.tw
|
|
|
|
COMMENT= An SMS::Send driver for Device::Gsm
|
|
|
|
|
2008-09-28 16:32:38 +02:00
|
|
|
BUILD_DEPENDS= p5-SMS-Send>=0.04:${PORTSDIR}/comms/p5-SMS-Send \
|
|
|
|
p5-Device-Gsm>=1.45:${PORTSDIR}/comms/p5-Device-Gsm
|
2009-06-21 21:17:39 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2007-09-23 08:23:36 +02:00
|
|
|
|
2008-04-29 19:00:01 +02:00
|
|
|
PERL_CONFIGURE= 5.6.1+
|
2007-09-23 08:23:36 +02:00
|
|
|
|
|
|
|
MAN3= SMS::Send::DeviceGsm.3
|
|
|
|
|
2008-04-29 19:00:01 +02:00
|
|
|
.include <bsd.port.mk>
|