1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Strip shared library

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-08-17 13:06:15 +00:00
parent 2187981768
commit bbcf02de66
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394496

View File

@ -3,7 +3,7 @@
PORTNAME= WWW-Curl
PORTVERSION= 4.17
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www ftp perl5
MASTER_SITES= CPAN \
http://curl.haxx.se/libcurl/perl/
@ -22,4 +22,7 @@ TEST_DEPENDS= p5-Test-CPAN-Meta>=0:${PORTSDIR}/devel/p5-Test-CPAN-Meta \
USE_PERL5= configure
USES= perl5
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/WWW/Curl/Curl.so
.include <bsd.port.mk>