Files
bsdports/perl/p5-Device-SerialPort/Makefile
2019-12-26 07:26:06 +00:00

19 lines
315 B
Makefile

#
# $Id$
#
PORTNAME= Device-SerialPort
PORTVERSION= 1.040000
CATEGORIES= comms perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//}
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module for simple serial port control
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
#EOF