mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Updated to 0.11
PR: ports/55307 Submitted by: Mathieu Arnold <m@absolight.net>
This commit is contained in:
parent
ba60398bd1
commit
0e383adc59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86568
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= File-Find-Rule
|
||||
PORTVERSION= 0.10
|
||||
PORTVERSION= 0.11
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= File
|
||||
@ -24,4 +24,11 @@ PERL_CONFIGURE= yes
|
||||
MAN1= findrule.1
|
||||
MAN3= File::Find::Extending.3 File::Find::Rule.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} <= 500600
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
|
||||
RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (File-Find-Rule-0.10.tar.gz) = 1409fb97fac9f1b71ccaf3784fee2b96
|
||||
MD5 (File-Find-Rule-0.11.tar.gz) = 2fdbc409724f12560b89c40c00fb0668
|
||||
|
Loading…
Reference in New Issue
Block a user