summaryrefslogtreecommitdiff
path: root/comms/p5-Device-SerialPort/Makefile
blob: ca8fe67c9bd754ea9ef69c338a95a49c9fe2bf7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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

USES=		perl5
USE_PERL5=	configure

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

NO_STAGE=	yes
.include <bsd.port.mk>