mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- Add BUILD_DEPENDS
This commit is contained in:
parent
a0275c3e36
commit
718ed795d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291426
@ -14,13 +14,12 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Module signature file manipulation
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg1
|
||||
RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
|
||||
BUILD_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
|
||||
p5-PAR-Dist>=0:${PORTSDIR}/devel/p5-PAR-Dist \
|
||||
${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg1
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
CONFIGURE_ENV= PERL_MM_USE_DEFAULT="YES"
|
||||
|
||||
CONFIGURE_ENV= PERL_MM_USE_DEFAULT="yes"
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= cpansign.1
|
||||
@ -29,7 +28,8 @@ MAN3= Module::Signature.3
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501000
|
||||
RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA
|
||||
BUILD_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
|
||||
RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user