Update to 2.06. Require perl from ports.
This commit is contained in:
parent
437468cda8
commit
78ebe1fade
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160589
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Config-Tiny
|
||||
PORTVERSION= 2.05
|
||||
PORTVERSION= 2.06
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Config
|
||||
@ -21,4 +21,10 @@ PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Config::Tiny.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Config-Tiny-2.05.tar.gz) = bac7f9eda771593c869313859fe45ff7
|
||||
SHA256 (Config-Tiny-2.05.tar.gz) = ed6ddc5ff51a65e78f5f6c9639728fc639df659284a5295bed4a11549ea9575e
|
||||
SIZE (Config-Tiny-2.05.tar.gz) = 27995
|
||||
MD5 (Config-Tiny-2.06.tar.gz) = 40b5ce184ee6307b5a9ce1f588f824d6
|
||||
SHA256 (Config-Tiny-2.06.tar.gz) = 61356b51c7417c9c70865c35c50bdbc8ddec1169bd5d99dc7103ad1fbb10fb66
|
||||
SIZE (Config-Tiny-2.06.tar.gz) = 29644
|
||||
|
Loading…
Reference in New Issue
Block a user