mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 1.04; require at least 5.6.0.
This commit is contained in:
parent
40a684ff1e
commit
9f81657b8e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136031
2 changed files with 10 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= File-ReadBackwards
|
||||
PORTVERSION= 1.03
|
||||
PORTVERSION= 1.04
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= File
|
||||
|
@ -23,4 +23,10 @@ PERL_CONFIGURE= yes
|
|||
|
||||
MAN3= File::ReadBackwards.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= "This port requires perl 5.6 or newer"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (File-ReadBackwards-1.03.tar.gz) = 8d28a1e8545745851ccf9a223ea133e7
|
||||
SIZE (File-ReadBackwards-1.03.tar.gz) = 7408
|
||||
MD5 (File-ReadBackwards-1.04.tar.gz) = bda339c8b2e5139649cb28c4b775fb42
|
||||
SIZE (File-ReadBackwards-1.04.tar.gz) = 8318
|
||||
|
|
Loading…
Add table
Reference in a new issue