mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Change perl version to 5.00502.
This commit is contained in:
parent
35dd773619
commit
3793a4b6da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12578
@ -3,7 +3,7 @@
|
|||||||
# Date created: 30 Jul 1995
|
# Date created: 30 Jul 1995
|
||||||
# Whom: torstenb@FreeBSD.ORG
|
# Whom: torstenb@FreeBSD.ORG
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.58 1998/07/25 19:46:37 asami Exp $
|
# $Id: Makefile,v 1.59 1998/08/01 22:24:55 dima Exp $
|
||||||
#
|
#
|
||||||
# Maximal ssh package requires YES values for
|
# Maximal ssh package requires YES values for
|
||||||
# USE_PERL, USE_TCPWRAP
|
# USE_PERL, USE_TCPWRAP
|
||||||
@ -132,10 +132,10 @@ post-install:
|
|||||||
# Following stuff must be after <bsd.port.mk> to expand exists() properly
|
# Following stuff must be after <bsd.port.mk> to expand exists() properly
|
||||||
|
|
||||||
.if defined(USE_PERL) && ${USE_PERL} == YES || \
|
.if defined(USE_PERL) && ${USE_PERL} == YES || \
|
||||||
exists(${PREFIX}/bin/perl5.00404) && \
|
exists(${PREFIX}/bin/perl5.00502) && \
|
||||||
(!defined(USE_PERL) || ${USE_PERL} != NO)
|
(!defined(USE_PERL) || ${USE_PERL} != NO)
|
||||||
BUILD_DEPENDS+= perl5.00404:${PORTSDIR}/lang/perl5
|
BUILD_DEPENDS+= perl5.00502:${PORTSDIR}/lang/perl5
|
||||||
CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.00404
|
CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.00502
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path
|
CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path
|
||||||
.endif
|
.endif
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Date created: 30 Jul 1995
|
# Date created: 30 Jul 1995
|
||||||
# Whom: torstenb@FreeBSD.ORG
|
# Whom: torstenb@FreeBSD.ORG
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.58 1998/07/25 19:46:37 asami Exp $
|
# $Id: Makefile,v 1.59 1998/08/01 22:24:55 dima Exp $
|
||||||
#
|
#
|
||||||
# Maximal ssh package requires YES values for
|
# Maximal ssh package requires YES values for
|
||||||
# USE_PERL, USE_TCPWRAP
|
# USE_PERL, USE_TCPWRAP
|
||||||
@ -132,10 +132,10 @@ post-install:
|
|||||||
# Following stuff must be after <bsd.port.mk> to expand exists() properly
|
# Following stuff must be after <bsd.port.mk> to expand exists() properly
|
||||||
|
|
||||||
.if defined(USE_PERL) && ${USE_PERL} == YES || \
|
.if defined(USE_PERL) && ${USE_PERL} == YES || \
|
||||||
exists(${PREFIX}/bin/perl5.00404) && \
|
exists(${PREFIX}/bin/perl5.00502) && \
|
||||||
(!defined(USE_PERL) || ${USE_PERL} != NO)
|
(!defined(USE_PERL) || ${USE_PERL} != NO)
|
||||||
BUILD_DEPENDS+= perl5.00404:${PORTSDIR}/lang/perl5
|
BUILD_DEPENDS+= perl5.00502:${PORTSDIR}/lang/perl5
|
||||||
CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.00404
|
CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.00502
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path
|
CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user