aboutsummaryrefslogtreecommitdiff
path: root/comms/p5-Device-Gsm/Makefile
blob: 152decd6ff97de6bcf1db0d1990cdfa75f7c3dfd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Anders Nordby <anders@FreeBSD.org>

PORTNAME=	Device-Gsm
PORTVERSION=	1.61
CATEGORIES=	comms perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl interface to GSM phones/modems on serial ports

BUILD_DEPENDS=	p5-Device-Modem>=0:comms/p5-Device-Modem
RUN_DEPENDS=	p5-Device-Modem>=0:comms/p5-Device-Modem

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>