diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-08-15 14:51:26 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-08-15 14:51:26 +0000 |
commit | cc7bf709a9f0bd5340804fa4f1967522b44b764d (patch) | |
tree | ec15649fd4f01c8436ed3018e223921557396f7a /comms/p5-Device-SerialPort/Makefile | |
parent | 3ea9ba4ea90eab62bab0b65ff86dde545f0d4f57 (diff) | |
download | ports-cc7bf709a9f0bd5340804fa4f1967522b44b764d.tar.gz ports-cc7bf709a9f0bd5340804fa4f1967522b44b764d.zip |
Notes
Diffstat (limited to 'comms/p5-Device-SerialPort/Makefile')
-rw-r--r-- | comms/p5-Device-SerialPort/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/comms/p5-Device-SerialPort/Makefile b/comms/p5-Device-SerialPort/Makefile index a9907f289358..8d3a152600d9 100644 --- a/comms/p5-Device-SerialPort/Makefile +++ b/comms/p5-Device-SerialPort/Makefile @@ -6,24 +6,24 @@ # PORTNAME= Device-SerialPort -PORTVERSION= 0.22 +PORTVERSION= 1.000002 CATEGORIES= comms perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Device PKGNAMEPREFIX= p5- -DISTNAME= Device-SerialPort-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= skv@FreeBSD.org COMMENT= A perl5 module for simple serial port control PERL_CONFIGURE= yes +MAN1= modemtest.1 MAN3= Device::SerialPort.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500601 -IGNORE= "needs at least perl 5.6.1 to build" +.if ${PERL_LEVEL} < 500600 +IGNORE= "Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again." .endif .include <bsd.port.post.mk> |