2003-07-08 18:32:45 +02:00
|
|
|
# New ports collection makefile for: p5-Device-SerialPort
|
|
|
|
# Date created: July 6th 2003
|
|
|
|
# Whom: Nick Sayer <nsayer@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Device-SerialPort
|
2008-06-02 19:09:26 +02:00
|
|
|
PORTVERSION= 1.040000
|
2003-07-08 18:32:45 +02:00
|
|
|
CATEGORIES= comms perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-07-08 18:32:45 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2008-06-02 19:09:26 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//}
|
2003-07-08 18:32:45 +02:00
|
|
|
|
2004-08-15 16:51:26 +02:00
|
|
|
MAINTAINER= skv@FreeBSD.org
|
2003-07-08 18:32:45 +02:00
|
|
|
COMMENT= A perl5 module for simple serial port control
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2004-08-15 16:51:26 +02:00
|
|
|
MAN1= modemtest.1
|
2003-07-08 18:32:45 +02:00
|
|
|
MAN3= Device::SerialPort.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|