blob: 0b0b57d6ff238b383a64c0bb803bcb776641ab5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: Devel-Leak
# Date created: 09 September 2002
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Devel-Leak
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Utility for looking for perl objects that are not reclaimed
PERL_CONFIGURE= yes
MAN3= Devel::Leak.3
.include <bsd.port.mk>
|