# New ports collection makefile for: p5-ReadLine-Gnu # Date created: 19 February 1998 # Whom: Matthew Hunt # # $FreeBSD$ # PORTNAME= ReadLine-Gnu PORTVERSION= 1.16 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= Term-${PORTNAME}-${PORTVERSION} MAINTAINER= shaun@FreeBSD.org COMMENT= Perl 5 module that allows Term::ReadLine to use GNU readline PERL_CONFIGURE= 5.8.0+ .include .if exists(${LOCALBASE}/lib/libreadline.so) CONFIGURE_ARGS+=--includedir=${LOCALBASE}/include LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline .endif MAN3= Term::ReadLine::Gnu.3 .include