aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-05 05:31:42 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-05 05:31:42 +0000
commitfdf5d2f72077403cfbadf4c9119e2f682b5ef79f (patch)
tree7f557a9e1c34a7c3cb9e844e3b42f5ca7b779977 /comms
parent591d920c6623ce9ec062dc865f121fdec31a113a (diff)
downloadports-fdf5d2f72077403cfbadf4c9119e2f682b5ef79f.tar.gz
ports-fdf5d2f72077403cfbadf4c9119e2f682b5ef79f.zip
Strip shared library
- Add LICENSE - Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=433363
Diffstat (limited to 'comms')
-rw-r--r--comms/p5-Device-SerialPort/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/comms/p5-Device-SerialPort/Makefile b/comms/p5-Device-SerialPort/Makefile
index 08f1a4844dd9..0a94f98c72f9 100644
--- a/comms/p5-Device-SerialPort/Makefile
+++ b/comms/p5-Device-SerialPort/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Device-SerialPort
PORTVERSION= 1.040000
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= comms perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -12,7 +12,13 @@ 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 <bsd.port.mk>