Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2017 00:02:38 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445104 - head/devel/p5-constant-lexical
Message-ID:  <201707060002.v6602cpT078501@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707060002.v6602cpT078501>