0601a59f0e
(I hope updating of them will be improved).
23 lines
448 B
Makefile
23 lines
448 B
Makefile
# New ports collection makefile for: Devel-LeakTrace
|
|
# Date created: 19 January 2004
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Devel-LeakTrace
|
|
PORTVERSION= 0.05
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Indicate where leaked variables are coming from
|
|
|
|
PERL_MODBUILD= yes
|
|
USE_GNOME= glib12
|
|
|
|
MAN3= Devel::LeakTrace.3
|
|
|
|
.include <bsd.port.mk>
|