freebsd-ports/devel/p5-Test-Weaken/Makefile
Frederic Culot 747f2fc77e Test::Weaken allows easy detection of unfreed Perl data and the
examination of unfreed objects, even those that would usually have
been made inaccessible.

WWW: http://search.cpan.org/dist/Test-Weaken/
2011-10-05 09:00:49 +00:00

24 lines
449 B
Makefile

# New ports collection makefile for: Test-Weaken
# Date created: 2011-10-05
# Whom: Frederic Culot <culot@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Test-Weaken
PORTVERSION= 3.006000
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Test that freed memory objects were, indeed, freed
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= yes
MAN3= Test::Weaken.3
.include <bsd.port.mk>