mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
upgrade to 1.02
assume maintainership PR: 39035 Submitted by: Erwin Lansing <erwin@lansing.dk> (new maintainer)
This commit is contained in:
parent
12321bf794
commit
0d00dc236f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60901
@ -6,17 +6,19 @@
|
||||
#
|
||||
|
||||
PORTNAME= IO-Tty
|
||||
PORTVERSION= 0.04
|
||||
PORTVERSION= 1.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= IO
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= erwin@lansing.dk
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
IS_INTERACTIVE= yes
|
||||
MAN3= IO::Pty.3
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= IO::Pty.3 \
|
||||
IO::Tty.3 \
|
||||
IO::Tty::Constant.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (IO-Tty-0.04.tar.gz) = 95e36a73acac9f747dd02426988daa9b
|
||||
MD5 (IO-Tty-1.02.tar.gz) = 875a8bc6e0643f4fc892dbe113e43286
|
||||
|
@ -1,4 +1,6 @@
|
||||
Perl5 module that allows creation of pseudo-tty's
|
||||
as well as manipulation.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=IO-Tty
|
||||
|
||||
--Will <andrews@technologist.com>
|
||||
|
@ -3,7 +3,9 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Tty/Tty.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Tty/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Pty.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Tty.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Tty/Constant.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Tty
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Tty 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user