freebsd-ports/devel/p5-Devel-LeakGuard-Object/Makefile
Steve Wills 65927b2978 - Add TEST_DEPENDS to enable testing
PR:		ports/165114
Submitted by:	swills (myself)
Approved by:	portmgr (blanket)
2012-02-15 02:52:16 +00:00

27 lines
635 B
Makefile

# New ports collection makefile for: p5-Devel-LeakGuard-Object
# Date created: 2009-07-19
# Whom: TERAMOTO Masahiro <markun@onohara.to>
#
# $FreeBSD$
#
PORTNAME= Devel-LeakGuard-Object
PORTVERSION= 0.06
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= Scoped checks for object leaks
BUILD_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-latest>0:${PORTSDIR}/devel/p5-latest
PERL_MODBUILD= yes
MAN3= Devel::LeakGuard::Object.3 \
Devel::LeakGuard::Object::State.3
.include <bsd.port.mk>