diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2011-02-27 08:21:21 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2011-02-27 08:21:21 +0000 |
commit | caf83077400b66a961d09eece1cc5276e9d498c7 (patch) | |
tree | 684f493aedb8d330b584876a40a3445baf4460c3 /comms/p5-Device-Modem/Makefile | |
parent | a3e09056e4c548bfa1565328a66883606cb40dd1 (diff) |
Notes
Diffstat (limited to 'comms/p5-Device-Modem/Makefile')
-rw-r--r-- | comms/p5-Device-Modem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/p5-Device-Modem/Makefile b/comms/p5-Device-Modem/Makefile index ed2062b16b5b..6ab5ec8f9284 100644 --- a/comms/p5-Device-Modem/Makefile +++ b/comms/p5-Device-Modem/Makefile @@ -6,12 +6,12 @@ # PORTNAME= Device-Modem -PORTVERSION= 1.51 +PORTVERSION= 1.53 CATEGORIES= comms perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= skv@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl class to interface generic modems (AT-compliant) BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Device/SerialPort.pm:${PORTSDIR}/comms/p5-Device-SerialPort |