diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-20 13:20:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-20 13:20:37 +0000 |
commit | 51a8d0bba9e0044e1af50ab5f7ac7de452e56766 (patch) | |
tree | 233680bd063d2479d27c110204b6febd1ae5b54a /net/p5-Socket/Makefile | |
parent | 38d725aed15c7a94b9675482bbdaf8b7d2143bcf (diff) |
Notes
Diffstat (limited to 'net/p5-Socket/Makefile')
-rw-r--r-- | net/p5-Socket/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/p5-Socket/Makefile b/net/p5-Socket/Makefile index 608924ca9caf..a974a1cca920 100644 --- a/net/p5-Socket/Makefile +++ b/net/p5-Socket/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Socket -PORTVERSION= 2.020 +PORTVERSION= 2.021 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS @@ -19,4 +19,7 @@ PORTSCOUT= limit:^[0-9\.]*$$ USE_PERL5= configure USES= perl5 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Socket/Socket.so + .include <bsd.port.mk> |