diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-30 20:13:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-30 20:13:55 +0800 |
commit | 083e7339f991816782f96c50761e777148801c6d (patch) | |
tree | 6c23026110814bf78f8b437e99fa7f5be3ae45af /textproc/p5-Lingua-Identify-CLD | |
parent | e690a7657ce597cc49da0e10bdd1a6f726e28549 (diff) | |
download | freebsd-ports-gnome-083e7339f991816782f96c50761e777148801c6d.tar.gz freebsd-ports-gnome-083e7339f991816782f96c50761e777148801c6d.tar.zst freebsd-ports-gnome-083e7339f991816782f96c50761e777148801c6d.zip |
- Strip shared library
- Bump PORTREVISION for package change
PR: 205715
Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer)
Diffstat (limited to 'textproc/p5-Lingua-Identify-CLD')
-rw-r--r-- | textproc/p5-Lingua-Identify-CLD/Makefile | 4 |
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> |