1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

- Strip shared library

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-08-17 13:05:09 +00:00
parent 717df7d2a9
commit 456503796c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394481

View File

@ -3,7 +3,7 @@
PORTNAME= Test-LeakTrace
PORTVERSION= 0.15
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,4 +14,7 @@ COMMENT= Traces memory leaks
USE_PERL5= configure
USES= perl5
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Test/LeakTrace/LeakTrace.so
.include <bsd.port.mk>