# Ports collection makefile for:	p5-Task-Weaken
# Date created:				Apr 5, 2007
# Whom:					lbr@freebsd.org
#
# $FreeBSD: ports/devel/p5-Task-Weaken/Makefile,v 1.2 2007/08/21 06:32:14 lbr Exp $
#

PORTNAME=	Task-Weaken
PORTVERSION=	1.00
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	lbr@FreeBSD.org
COMMENT=	Ensure that a platform has weaken support

PERL_CONFIGURE=	yes

MAN3=	Task::Weaken.3

.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500805
IGNORE=	requires at least Perl 5.8.5. (Re-)install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>
