0601a59f0e
(I hope updating of them will be improved).
24 lines
480 B
Makefile
24 lines
480 B
Makefile
# New ports collection makefile for: Devel-ObjectTracker
|
|
# Date created: 09 September 2002
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Devel-ObjectTracker
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Track object life to detect memory leaks
|
|
|
|
DEPRECATED= removed from CPAN
|
|
EXPIRATION_DATE= 2012-05-23
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Devel::ObjectTracker.3
|
|
|
|
.include <bsd.port.mk>
|