View | Details | Raw Unified | Return to bug 52207
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	ReadLine-Perl
8
PORTNAME=	ReadLine-Perl
9
PORTVERSION=	0.9908
9
PORTVERSION=	1.0203
10
CATEGORIES=	devel perl5
10
CATEGORIES=	devel perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Term
12
MASTER_SITE_SUBDIR=	Term
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
DISTNAME=	Term-ReadLine-Perl-${PORTVERSION}
14
DISTNAME=	Term-${PORTNAME}-${PORTVERSION}
15
15
16
MAINTAINER=	mph@FreeBSD.org
16
MAINTAINER=	mph@FreeBSD.org
17
COMMENT=	Perl 5 module for Term::ReadLine editing without GNU readline
17
COMMENT=	Perl 5 module for Term::ReadLine editing without GNU readline
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (Term-ReadLine-Perl-0.9908.tar.gz) = b6a88516d87b47cad3007130b3532b5a
1
MD5 (Term-ReadLine-Perl-1.0203.tar.gz) = ec5b186a324e5cc29256e142b1b1f17d
(-)pkg-descr (+2 lines)
Lines 6-8 Link Here
6
editing and recall facilities, written entirely in Perl.  Applications
6
editing and recall facilities, written entirely in Perl.  Applications
7
that use Term::ReadLine do not need to be modified to gain the benefits
7
that use Term::ReadLine do not need to be modified to gain the benefits
8
of this package; it will happen transparently upon installation.
8
of this package; it will happen transparently upon installation.
9
10
WWW: http://search.cpan.org/dist/Term-ReadLine-Perl/
(-)pkg-plist (-6 / +7 lines)
Lines 1-6 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/Term/ReadLine/Perl.pm
1
%%SITE_PERL%%/Term/ReadLine/Perl.pm
2
lib/perl5/site_perl/%%PERL_VER%%/Term/ReadLine/readline.pm
2
%%SITE_PERL%%/Term/ReadLine/readline.pm
3
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term/ReadLine/.packlist
3
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/.packlist
4
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term 2>/dev/null || true
4
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine
5
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Term/ReadLine 2>/dev/null || true
5
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term 2>/dev/null || true
6
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Term 2>/dev/null || true
6
@unexec rmdir %D/%%SITE_PERL%%/Term/ReadLine 2>/dev/null || true
7
@unexec rmdir %D/%%SITE_PERL%%/Term 2>/dev/null || true

Return to bug 52207