24 lines
449 B
Makefile
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.020000
|
|
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>
|