Update comms/p5-Device-SerialPort to version 1.040000_2
[dports.git] / comms / p5-Device-SerialPort / Makefile
1 # Created by: Nick Sayer <nsayer@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Device-SerialPort
5 PORTVERSION=    1.040000
6 PORTREVISION=   2
7 CATEGORIES=     comms perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10 DISTNAME=       ${PORTNAME}-${PORTVERSION:C/0+$//}
11
12 MAINTAINER=     perl@FreeBSD.org
13 COMMENT=        Perl5 module for simple serial port control
14
15 LICENSE=        ART10 GPLv1
16 LICENSE_COMB=   dual
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 post-install:
22         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Device/SerialPort/SerialPort.so
23
24 .include <bsd.port.mk>