aboutsummaryrefslogtreecommitdiff
path: root/comms/p5-Device-SerialPort/Makefile
blob: 548a0c956d41645763da934a198ff0163c1cbf57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Nick Sayer <nsayer@FreeBSD.org>
# $FreeBSD$

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

PERL_CONFIGURE=	yes

MAN1=		modemtest.1
MAN3=		Device::SerialPort.3

.include <bsd.port.mk>