1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

math/p5-GIS-Distance-Fast: Strip shared library

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2023-04-27 23:45:52 +08:00
parent 93cc4da195
commit 96a12a8469
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -1,5 +1,6 @@
PORTNAME= GIS-Distance-Fast
PORTVERSION= 0.15
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BLUEFEET
@ -22,4 +23,7 @@ TEST_DEPENDS= p5-GIS-Distance>=0.17:math/p5-GIS-Distance \
USES= perl5
USE_PERL5= modbuildtiny
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/GIS/Distance/Fast/Fast.so
.include <bsd.port.mk>