diff options
-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> |