# New ports collection makefile for:	p5-ReadLine-Gnu
# Date created:				19 February 1998
# Whom:	      				Matthew Hunt <mph@pobox.com>
#
# $FreeBSD: ports/devel/p5-ReadLine-Gnu/Makefile,v 1.30 2010/05/10 00:54:29 wen Exp $
#

PORTNAME=	ReadLine-Gnu
PORTVERSION=	1.20
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=Term
PKGNAMEPREFIX=	p5-
DISTNAME=	Term-${PORTNAME}-${PORTVERSION}

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl 5 module that allows Term::ReadLine to use GNU readline

PERL_CONFIGURE=	5.8.0+
WRKSRC=		${WRKDIR}/${DISTNAME:C/a$//}

MAN3=		Term::ReadLine::Gnu.3

test:	build
	@(cd ${WRKSRC}; make test)

.include <bsd.port.mk>
