mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Update to 0.42.
Changes: http://search.cpan.org/dist/IPC-Cmd/CHANGES Submitted by: leeym PR: 128023
This commit is contained in:
parent
5613f8e630
commit
50dc1decd3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221670
@ -6,25 +6,24 @@
|
||||
#
|
||||
|
||||
PORTNAME= IPC-Cmd
|
||||
PORTVERSION= 0.40
|
||||
PORTVERSION= 0.42
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= IPC::Cmd - finding and running system commands made easy
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
|
||||
${SITE_PERL}/Module/Load/Conditional.pm:${PORTSDIR}/devel/p5-Module-Load-Conditional \
|
||||
p5-IPC-Run>=0.55:${PORTSDIR}/devel/p5-IPC-Run \
|
||||
p5-Params-Check>=0.20:${PORTSDIR}/devel/p5-Params-Check
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
COMMENT= Finding and running system commands made easy
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= IPC::Cmd.3
|
||||
|
||||
post-patch:
|
||||
${RM} -f ${WRKSRC}/lib/IPC/Cmd.pm.orig
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.if ${PERL_LEVEL} < 500905
|
||||
RUN_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
|
||||
p5-Module-Load-Conditional>=0:${PORTSDIR}/devel/p5-Module-Load-Conditional \
|
||||
p5-Params-Check>=0.20:${PORTSDIR}/devel/p5-Params-Check
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (IPC-Cmd-0.40.tar.gz) = fe97b70d363e1b69cb635086d90dcee4
|
||||
SHA256 (IPC-Cmd-0.40.tar.gz) = d70f25512397335e0974c00adb4549d1536a06be42ddc588e02d475f7f7240c3
|
||||
SIZE (IPC-Cmd-0.40.tar.gz) = 13053
|
||||
MD5 (IPC-Cmd-0.42.tar.gz) = 0347b09658d24f5ec4df69ebc6e61bd5
|
||||
SHA256 (IPC-Cmd-0.42.tar.gz) = 7fd2b58fbd537a1a8f918db38ff9f5fe6622d13bbac598e415e75e100ab088ed
|
||||
SIZE (IPC-Cmd-0.42.tar.gz) = 18287
|
||||
|
Loading…
Reference in New Issue
Block a user