freebsd-ports/devel/p5-ReadLine-Gnu/Makefile
1998-04-22 21:35:20 +00:00

28 lines
816 B
Makefile

# New ports collection makefile for: p5-ReadLine-Gnu
# Version required: 1.00
# Date created: 19 February 1998
# Whom: Matthew Hunt <mph@pobox.com>
#
# $Id: Makefile,v 1.2 1998/04/17 23:26:21 mph Exp $
#
DISTNAME= Term-ReadLine-Gnu-1.00
PKGNAME= p5-ReadLine-Gnu-1.00
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Term
MAINTAINER= mph@freebsd.org
USE_PERL5= YES
MAN3= Term::ReadLine::Gnu.3
MANPREFIX= ${PREFIX}/lib/perl5
# We override LDDLFLAGS and LDFLAGS to keep it from adding -L/usr/local/lib
# automatically. There is sometimes an old libreadline in /usr/local/lib
# and this module won't work with it.
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL LDDLFLAGS=-Bshareable LDFLAGS=-L/usr/lib
.include <bsd.port.mk>