mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
19 lines
315 B
Makefile
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
|