diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 06:27:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 06:27:41 +0000 |
commit | 94f7601273e43def2b3ea22208ebfb08ec7d2ee3 (patch) | |
tree | 6e473a930c60d1c8d5c8a722b75b4e61c883d3e7 /comms/p5-Device-Gsm | |
parent | d730b150617e040f468ca720d3b105a8bfaba0db (diff) | |
download | ports-94f7601273e43def2b3ea22208ebfb08ec7d2ee3.tar.gz ports-94f7601273e43def2b3ea22208ebfb08ec7d2ee3.zip |
Notes
Diffstat (limited to 'comms/p5-Device-Gsm')
-rw-r--r-- | comms/p5-Device-Gsm/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/comms/p5-Device-Gsm/Makefile b/comms/p5-Device-Gsm/Makefile index e92d009687aa..6782e3bb7a95 100644 --- a/comms/p5-Device-Gsm/Makefile +++ b/comms/p5-Device-Gsm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Device-Gsm -# Date created: 09 May 2006 -# Whom: Anders Nordby <anders@FreeBSD.org> -# +# Created by: Anders Nordby <anders@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Device-Gsm PORTVERSION= 1.60 @@ -17,7 +13,8 @@ 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 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Device::Gsm::Sms.3 Device::Gsm::Pdu.3 Device::Gsm.3 |