Allow overriding PERL and PERL5.

This is needed for cross-build support.
This commit is contained in:
Bryan Drewery 2016-05-04 19:50:21 +00:00
parent e23997f33b
commit f09aee47eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414610
2 changed files with 2 additions and 3 deletions

View File

@ -113,8 +113,8 @@ SITE_MAN1_REL?= ${SITE_PERL_REL}/man/man1
.endif
SITE_MAN1?= ${PREFIX}/${SITE_MAN1_REL}
PERL5= ${LOCALBASE}/bin/perl${PERL_VERSION}
PERL= ${LOCALBASE}/bin/perl
PERL5?= ${LOCALBASE}/bin/perl${PERL_VERSION}
PERL?= ${LOCALBASE}/bin/perl
CONFIGURE_ENV+= ac_cv_path_PERL=${PERL} ac_cv_path_PERL_PATH=${PERL}
QA_ENV+= SITE_ARCH_REL=${SITE_ARCH_REL} LIBPERL=libperl.so.${PERL_VER}

View File

@ -12,7 +12,6 @@ COMMENT= Display a lot of Perl information in HTML format
LICENSE_COMB= dual
LICENSE= ART10 GPLv1
PERL5= yes
USES= perl5
USE_PERL5= configure