2002-09-09 14:08:07 +02:00
|
|
|
# New ports collection makefile for: Devel-Leak
|
|
|
|
# Date created: 09 September 2002
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Devel-Leak
|
2004-03-23 13:20:54 +01:00
|
|
|
PORTVERSION= 0.03
|
2002-09-09 14:08:07 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Devel
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Utility for looking for perl objects that are not reclaimed
|
2002-09-09 14:08:07 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Devel::Leak.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|