# New ports collection makefile for:	devel/p5-File-ReadBackwards
# Date created:				11 October 2001
# Whom:					tobez
#
# $FreeBSD: ports/devel/p5-File-ReadBackwards/Makefile,v 1.12 2009/02/24 13:29:21 skv Exp $
#

PORTNAME=	File-ReadBackwards
PORTVERSION=	1.04
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	File::ReadBackwards -- read a file backwards by lines

BUILD_DEPENDS=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		File::ReadBackwards.3

.include <bsd.port.mk>
