1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/p5-Devel-Leak-Object/Makefile
Martin Wilke 89d057006a - Update to 0.92
PR:		120659
Submitted by:	lippe
Approved by:	maintainer timeout
2008-05-31 19:57:28 +00:00

25 lines
554 B
Makefile

# New ports collection makefile for: Devel-Leak-Object
# Date created: 31 August 2007
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Devel-Leak-Object
PORTVERSION= 0.92
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Detect leaks of objects
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
MAN3= Devel::Leak::Object.3
.include <bsd.port.mk>