diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-17 19:16:19 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-17 19:16:19 +0000 |
commit | 761fbb6ace513cc29fab430a71a78ac173398075 (patch) | |
tree | 7d5b836fb20c00e6a75a954ba3956c707d853b71 /devel/p5-ReadLine-Gnu/Makefile | |
parent | 546dd7a9c4e8dd64e45b45baf818561049602d9a (diff) |
Notes
Diffstat (limited to 'devel/p5-ReadLine-Gnu/Makefile')
-rw-r--r-- | devel/p5-ReadLine-Gnu/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-ReadLine-Gnu/Makefile b/devel/p5-ReadLine-Gnu/Makefile new file mode 100644 index 000000000000..727b5d5ded57 --- /dev/null +++ b/devel/p5-ReadLine-Gnu/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-ReadLine-Gnu +# Version required: 0.09 +# Date created: 19 February 1998 +# Whom: Matthew Hunt <mph@pobox.com> +# +# $Id$ +# + +DISTNAME= Term-ReadLine-Gnu-0.09 +PKGNAME= p5-ReadLine-Gnu-0.09 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Term + +MAINTAINER= mph@pobox.com + +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> |