freebsd-ports/devel/p5-ReadLine-Gnu/Makefile

31 lines
704 B
Makefile
Raw Normal View History

# 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$
#
2000-04-15 03:36:28 +02:00
PORTNAME= ReadLine-Gnu
PORTVERSION= 1.14
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Term
2000-04-11 23:30:15 +02:00
PKGNAMEPREFIX= p5-
DISTNAME= Term-${PORTNAME}-${PORTVERSION}
MAINTAINER= mph@FreeBSD.org
COMMENT= Perl 5 module that allows Term::ReadLine to use GNU readline
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libreadline.so)
CONFIGURE_ARGS+=--includedir=${LOCALBASE}/include
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif
2001-05-27 08:13:59 +02:00
MAN3= Term::ReadLine::Gnu.3
.include <bsd.port.post.mk>