summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-30 12:13:55 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-30 12:13:55 +0000
commiteb0899b2d166e563600e0fb813633b42367d19dd (patch)
tree6c23026110814bf78f8b437e99fa7f5be3ae45af /textproc
parent- Update to 1.57 (diff)
- Strip shared library
- Bump PORTREVISION for package change PR: 205715 Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=404845
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Lingua-Identify-CLD/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-Identify-CLD/Makefile b/textproc/p5-Lingua-Identify-CLD/Makefile
index c3bec170982a..70c266500984 100644
--- a/textproc/p5-Lingua-Identify-CLD/Makefile
+++ b/textproc/p5-Lingua-Identify-CLD/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Lingua-Identify-CLD
PORTVERSION= 0.09
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -22,4 +23,7 @@ RUN_DEPENDS= p5-XSLoader>=0:${PORTSDIR}/devel/p5-XSLoader
USES= perl5
USE_PERL5= modbuild
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Lingua/Identify/CLD/CLD.so
+
.include <bsd.port.mk>