svn commit: r394474 - head/devel/p5-Lexical-Import

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 17 13:04:37 UTC 2015


Author: sunpoet
Date: Mon Aug 17 13:04:36 2015
New Revision: 394474
URL: https://svnweb.freebsd.org/changeset/ports/394474

Log:
  - Strip shared library
  - Bump PORTREVISION for package change

Modified:
  head/devel/p5-Lexical-Import/Makefile

Modified: head/devel/p5-Lexical-Import/Makefile
==============================================================================
--- head/devel/p5-Lexical-Import/Makefile	Mon Aug 17 13:04:31 2015	(r394473)
+++ head/devel/p5-Lexical-Import/Makefile	Mon Aug 17 13:04:36 2015	(r394474)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Lexical-Import
 PORTVERSION=	0.002
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -21,4 +21,7 @@ TEST_DEPENDS=	p5-Test-Pod>=1:${PORTSDIR}
 USE_PERL5=	modbuild
 USES=		perl5
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Lexical/Import/Import.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list