mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Imported p5-ReadLine-Perl, a Perl5 module that allows command-line
editing without needing GNU readline. PR: 5804
This commit is contained in:
parent
761fbb6ace
commit
195821cd2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10542
22
devel/p5-ReadLine-Perl/Makefile
Normal file
22
devel/p5-ReadLine-Perl/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-ReadLine-Perl
|
||||
# Version required: 0.9902
|
||||
# Date created: 20 February 1998
|
||||
# Whom: Matthew Hunt <mph@pobox.com>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= Term-ReadLine-Perl-0.9902
|
||||
PKGNAME= p5-ReadLine-Perl-0.9902
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Term
|
||||
|
||||
MAINTAINER= mph@freebsd.org
|
||||
|
||||
USE_PERL5= YES
|
||||
|
||||
do-configure:
|
||||
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-ReadLine-Perl/distinfo
Normal file
1
devel/p5-ReadLine-Perl/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Term-ReadLine-Perl-0.9902.tar.gz) = 053b424a0af8a3064c761b46531efc54
|
1
devel/p5-ReadLine-Perl/pkg-comment
Normal file
1
devel/p5-ReadLine-Perl/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl 5 module for Term::ReadLine editing without GNU readline.
|
2
devel/p5-ReadLine-Perl/pkg-descr
Normal file
2
devel/p5-ReadLine-Perl/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
This module allows Term::ReadLine (which ships with Perl 5) to
|
||||
provide satisfactory editing without using GNU readline.
|
3
devel/p5-ReadLine-Perl/pkg-plist
Normal file
3
devel/p5-ReadLine-Perl/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
lib/perl5/site_perl/Term/ReadLine/Perl.pm
|
||||
lib/perl5/site_perl/Term/ReadLine/readline.pm
|
||||
lib/perl5/site_perl/i386-freebsd/auto/Term/ReadLine/.packlist
|
Loading…
Reference in New Issue
Block a user