svn commit: r445104 - head/devel/p5-constant-lexical

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jul 6 00:02:39 UTC 2017


Author: sunpoet
Date: Thu Jul  6 00:02:38 2017
New Revision: 445104
URL: https://svnweb.freebsd.org/changeset/ports/445104

Log:
  Strip shared library
  
  - Bump PORTREVISION for package change

Modified:
  head/devel/p5-constant-lexical/Makefile

Modified: head/devel/p5-constant-lexical/Makefile
==============================================================================
--- head/devel/p5-constant-lexical/Makefile	Thu Jul  6 00:02:32 2017	(r445103)
+++ head/devel/p5-constant-lexical/Makefile	Thu Jul  6 00:02:38 2017	(r445104)
@@ -3,6 +3,7 @@
 
 PORTNAME=	constant-lexical
 PORTVERSION=	2.0003
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN/constant CPAN
 MASTER_SITE_SUBDIR=	CPAN:SPROUT
@@ -20,5 +21,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/constant/lexical/lexical.so
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list