aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Devel-LeakGuard-Object/Makefile
blob: 0d754a97071308e1e9a8a694f7729e0f1b47fde9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: 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

USES=		perl5
USE_PERL5=	modbuild

MAN3=		Devel::LeakGuard::Object.3 \
		Devel::LeakGuard::Object::State.3

.include <bsd.port.mk>