03174d91ef
(part 15). Approved by: portmgr (itetcu)
21 lines
398 B
Makefile
21 lines
398 B
Makefile
# New ports collection makefile for: Devel-Leak-Object
|
|
# Date created: 31 August 2007
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Devel-Leak-Object
|
|
PORTVERSION= 1.00
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Detect leaks of objects
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Devel::Leak::Object.3
|
|
|
|
.include <bsd.port.mk>
|