1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

- Strip shared library

- Bump PORTREVISION for package change

PR:		205715
Submitted by:	Gasol Wu <gasol.wu@gmail.com> (maintainer)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-12-30 12:13:55 +00:00
parent 222ee7ce98
commit eb0899b2d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404845

View File

@ -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>