2007-08-31 09:51:29 +02:00
|
|
|
# New ports collection makefile for: Devel-Leak-Object
|
|
|
|
# Date created: 31 August 2007
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Devel-Leak-Object
|
2010-06-16 10:07:29 +02:00
|
|
|
PORTVERSION= 1.01
|
2007-08-31 09:51:29 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-08-31 09:51:29 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-06-16 10:07:29 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2007-08-31 09:51:29 +02:00
|
|
|
COMMENT= Detect leaks of objects
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Devel::Leak::Object.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|