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 548a0c956d41..a44d523fcdd2 100644 --- a/comms/p5-Device-SerialPort/Makefile +++ b/comms/p5-Device-SerialPort/Makefile @@ -11,7 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//} MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module for simple serial port control -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= modemtest.1 MAN3= Device::SerialPort.3 |