diff options
Diffstat (limited to 'comms/p5-Device-SerialPort/Makefile')
-rw-r--r-- | comms/p5-Device-SerialPort/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/p5-Device-SerialPort/Makefile b/comms/p5-Device-SerialPort/Makefile index c702e21ac429..906d99c476e7 100644 --- a/comms/p5-Device-SerialPort/Makefile +++ b/comms/p5-Device-SerialPort/Makefile @@ -6,10 +6,11 @@ # PORTNAME= Device-SerialPort -PORTVERSION= 1.003001 +PORTVERSION= 1.040000 CATEGORIES= comms perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//} MAINTAINER= skv@FreeBSD.org COMMENT= A perl5 module for simple serial port control |