freebsd-ports/devel/p5-Test-LeakTrace/Makefile
Sunpoet Po-Chuan Hsieh 456503796c - Strip shared library
- Bump PORTREVISION for package change
2015-08-17 13:05:09 +00:00

20 lines
414 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-LeakTrace
PORTVERSION= 0.15
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
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>