aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Devel-Leak/Makefile
blob: 29de2fce778f17db3820474e3025611e8ce6d8f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel
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>