1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 1.03 and require perl from ports.

This commit is contained in:
Erwin Lansing 2006-05-07 18:54:53 +00:00
parent 90be3811df
commit b42112c8a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161633
2 changed files with 11 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= IO-Tty
PORTVERSION= 1.02
PORTVERSION= 1.03
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
@ -21,4 +21,10 @@ MAN3= IO::Pty.3 \
IO::Tty.3 \
IO::Tty::Constant.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires perl 5.8.0 or higher. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (IO-Tty-1.02.tar.gz) = 875a8bc6e0643f4fc892dbe113e43286
SHA256 (IO-Tty-1.02.tar.gz) = 589e99f57277705beb7800306348d27ec897c3a2f122ba4510d6e75764c9ff99
SIZE (IO-Tty-1.02.tar.gz) = 23105
MD5 (IO-Tty-1.03.tar.gz) = 785dbdb44432a2ac190de59a58f5d34b
SHA256 (IO-Tty-1.03.tar.gz) = 77062c474bced284bff69150e4a92a4e62c56624343e616f8fd3c354d72a3fd6
SIZE (IO-Tty-1.03.tar.gz) = 22340