freebsd-ports/comms/p5-Device-SerialPort/Makefile

24 lines
495 B
Makefile
Raw Normal View History

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
PORTVERSION= 1.040000
2003-07-08 18:32:45 +02:00
CATEGORIES= comms perl5
MASTER_SITES= CPAN
2003-07-08 18:32:45 +02:00
PKGNAMEPREFIX= p5-
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
.include <bsd.port.mk>