svn commit: r394470 - head/devel/p5-Data-Clone

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


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

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

Modified:
  head/devel/p5-Data-Clone/Makefile

Modified: head/devel/p5-Data-Clone/Makefile
==============================================================================
--- head/devel/p5-Data-Clone/Makefile	Mon Aug 17 13:04:12 2015	(r394469)
+++ head/devel/p5-Data-Clone/Makefile	Mon Aug 17 13:04:17 2015	(r394470)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Data-Clone
 PORTVERSION=	0.004
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -26,4 +26,7 @@ USES=		perl5
 BUILD_DEPENDS+=	p5-ExtUtils-ParseXS>=3.18:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
 .endif
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Data/Clone/Clone.so
+
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list