freebsd-ports/comms/p5-Device-Gsm/Makefile

21 lines
465 B
Makefile
Raw Normal View History

# Created by: Anders Nordby <anders@FreeBSD.org>
# $FreeBSD$
PORTNAME= Device-Gsm
2012-12-31 00:16:21 +01:00
PORTVERSION= 1.60
PORTREVISION= 1
CATEGORIES= comms perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl interface to GSM phones/modems on serial ports
BUILD_DEPENDS= p5-Device-Modem>=0:${PORTSDIR}/comms/p5-Device-Modem
RUN_DEPENDS= p5-Device-Modem>=0:${PORTSDIR}/comms/p5-Device-Modem
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>