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

18 lines
358 B
Makefile
Raw Normal View History

# Created by: Nick Sayer <nsayer@FreeBSD.org>
2003-07-08 18:32:45 +02:00
# $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
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module for simple serial port control
2003-07-08 18:32:45 +02:00
USES= perl5
USE_PERL5= configure
2003-07-08 18:32:45 +02:00
.include <bsd.port.mk>