aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Devel-Leak/Makefile
blob: a02daa74296e54bcc4a554621c66eb88069a8fd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    Devel-Leak
# Date created:    09 September 2002
# Whom:        Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=   Devel-Leak
PORTVERSION=    0.02
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

MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3=       Devel::Leak.3

.include <bsd.port.mk>