mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
My first import of a port (fingers crossed).
PR: 5793
This commit is contained in:
parent
546dd7a9c4
commit
761fbb6ace
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10541
28
devel/p5-ReadLine-Gnu/Makefile
Normal file
28
devel/p5-ReadLine-Gnu/Makefile
Normal file
@ -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>
|
1
devel/p5-ReadLine-Gnu/distinfo
Normal file
1
devel/p5-ReadLine-Gnu/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Term-ReadLine-Gnu-0.09.tar.gz) = f602548d279747fc9832c4d76d65045f
|
1
devel/p5-ReadLine-Gnu/pkg-comment
Normal file
1
devel/p5-ReadLine-Gnu/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl 5 module that allows Term::ReadLine to use GNU readline.
|
3
devel/p5-ReadLine-Gnu/pkg-descr
Normal file
3
devel/p5-ReadLine-Gnu/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This module allows Term::ReadLine (which ships with Perl 5) to use
|
||||
the GNU readline library, for improved command line editing and
|
||||
recall in programs using Term::ReadLine.
|
6
devel/p5-ReadLine-Gnu/pkg-plist
Normal file
6
devel/p5-ReadLine-Gnu/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
lib/perl5/site_perl/i386-freebsd/auto/Term/ReadLine/Gnu/Gnu.so
|
||||
lib/perl5/site_perl/i386-freebsd/auto/Term/ReadLine/Gnu/Gnu.bs
|
||||
lib/perl5/site_perl/Term/ReadLine/Gnu.pm
|
||||
lib/perl5/man/man3/Term::ReadLine::Gnu.3.gz
|
||||
lib/perl5/site_perl/i386-freebsd/auto/Term/ReadLine/Gnu/.packlist
|
||||
@dirrm lib/perl5/site_perl/i386-freebsd/auto/Term/ReadLine/Gnu
|
Loading…
Reference in New Issue
Block a user