2013-09-12 08:27:41 +02:00
|
|
|
# Created by: Anders Nordby <anders@FreeBSD.org>
|
2006-05-09 18:52:58 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Device-Gsm
|
2012-12-31 00:16:21 +01:00
|
|
|
PORTVERSION= 1.60
|
2006-05-09 18:52:58 +02:00
|
|
|
CATEGORIES= comms perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-09 18:52:58 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= anders@FreeBSD.org
|
|
|
|
COMMENT= Perl interface to GSM phones/modems on serial ports
|
|
|
|
|
2012-06-29 12:05:08 +02:00
|
|
|
BUILD_DEPENDS= p5-Device-Modem>=0:${PORTSDIR}/comms/p5-Device-Modem
|
|
|
|
RUN_DEPENDS= p5-Device-Modem>=0:${PORTSDIR}/comms/p5-Device-Modem
|
2006-05-09 18:52:58 +02:00
|
|
|
|
2013-09-12 08:27:41 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-05-09 18:52:58 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|