Index: head/comms/p5-Device-SerialPort/Makefile =================================================================== --- head/comms/p5-Device-SerialPort/Makefile (revision 433362) +++ head/comms/p5-Device-SerialPort/Makefile (revision 433363) @@ -1,18 +1,24 @@ # Created by: Nick Sayer # $FreeBSD$ PORTNAME= Device-SerialPort PORTVERSION= 1.040000 -PORTREVISION= 1 +PORTREVISION= 2 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 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Device/SerialPort/SerialPort.so .include