1998-04-17 21:16:19 +02:00
|
|
|
# New ports collection makefile for: p5-ReadLine-Gnu
|
|
|
|
# Date created: 19 February 1998
|
|
|
|
# Whom: Matthew Hunt <mph@pobox.com>
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1998-04-17 21:16:19 +02:00
|
|
|
#
|
|
|
|
|
2000-04-15 03:36:28 +02:00
|
|
|
PORTNAME= ReadLine-Gnu
|
2006-04-20 07:00:52 +02:00
|
|
|
PORTVERSION= 1.16
|
1998-04-17 21:16:19 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Term
|
2000-04-11 23:30:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2000-06-17 04:37:15 +02:00
|
|
|
DISTNAME= Term-${PORTNAME}-${PORTVERSION}
|
1998-04-17 21:16:19 +02:00
|
|
|
|
2006-06-19 22:06:59 +02:00
|
|
|
MAINTAINER= shaun@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl 5 module that allows Term::ReadLine to use GNU readline
|
1998-04-17 21:16:19 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.0+
|
1998-04-17 21:16:19 +02:00
|
|
|
|
2005-04-27 04:46:31 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if exists(${LOCALBASE}/lib/libreadline.so)
|
|
|
|
CONFIGURE_ARGS+=--includedir=${LOCALBASE}/include
|
2005-04-28 15:01:59 +02:00
|
|
|
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
|
2005-04-27 04:46:31 +02:00
|
|
|
.endif
|
|
|
|
|
2001-05-27 08:13:59 +02:00
|
|
|
MAN3= Term::ReadLine::Gnu.3
|
1998-04-17 21:16:19 +02:00
|
|
|
|
2005-04-27 04:46:31 +02:00
|
|
|
.include <bsd.port.post.mk>
|