freebsd-ports/comms/p5-Device-Gsm/Makefile
Andrej Zverev 6c49c5cfa7 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-30 10:27:43 +00:00

19 lines
450 B
Makefile

# Created by: Anders Nordby <anders@FreeBSD.org>
# $FreeBSD$
PORTNAME= Device-Gsm
PORTVERSION= 1.60
CATEGORIES= comms perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= anders@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>