2009-07-28 19:10:23 +02:00
|
|
|
# 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
|
2010-01-29 00:45:30 +01:00
|
|
|
PORTREVISION= 1
|
2009-07-28 19:10:23 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= markun@onohara.to
|
|
|
|
COMMENT= Scoped checks for object leaks
|
|
|
|
|
2010-01-29 00:45:30 +01:00
|
|
|
BUILD_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2012-02-15 03:52:16 +01:00
|
|
|
TEST_DEPENDS= p5-latest>0:${PORTSDIR}/devel/p5-latest
|
2009-07-28 19:10:23 +02:00
|
|
|
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
|
|
|
|
MAN3= Devel::LeakGuard::Object.3 \
|
|
|
|
Devel::LeakGuard::Object::State.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|