Home
last modified time | relevance | path

Searched refs:PERL (Results 1 – 18 of 18) sorted by relevance

/freebsd/crypto/openssl/Configurations/
H A Dwindows-makefile.tmpl265 PERL={- $config{PERL} -}
279 ECHO="$(PERL)" "$(SRCDIR)\util\echo.pl"
435 @$(ECHO) " target system doesn't have $(PERL),"
446 …"SRCTOP=$(SRCDIR)" & set "BLDTOP=$(BLDDIR)" & set "PERL=$(PERL)" & set "FIPSKEY=$(FIPSKEY)" & "$(P…
453 @cmd /C "set "SRCTOP=$(SRCDIR)" & "$(PERL)" "$(SRCDIR)\test\run_tests.pl" list"
463 "$(PERL)" -e "map { m/(.*)\.dll$$/; unlink glob """{.,apps,test,fuzz}/$$1.*"""; } @ARGV" $(SHLIBS)
489 @ "$(PERL)" "$(SRCDIR)\util\add-depends.pl" "{- $target{makedep_scheme} -}"
505 @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(MODULESDIR)"
506 @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(OPENSSLDIR)"
509 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "$(INSTALL_FIPSMODULE)" "$(MODULESDIR)"
[all …]
H A Dunix-Makefile.tmpl350 PERL={- $config{PERL} -}
522 @echo " target system doesn't have $(PERL),"
535 PERL="$(PERL)" \
538 $(PERL) $(SRCDIR)/test/run_tests.pl $(TESTS) )
606 @$(PERL) $(SRCDIR)/util/add-depends.pl "{- $makedep_scheme -}"
623 @$(PERL) $(SRCDIR)/util/mkdir-p.pl "$(DESTDIR)$(MODULESDIR)"
624 @$(PERL) $(SRCDIR)/util/mkdir-p.pl "$(DESTDIR)$(OPENSSLDIR)"
650 @$(PERL)
[all...]
H A Ddescrip.mms.tmpl368 PERL={- $config{PERL} -}
474 @ WRITE SYS$OUTPUT " target system doesn't have $(PERL),"
489 $(PERL) {- sourcefile("test", "run_tests.pl") -} $(TESTS)
500 @ $(PERL) {- sourcefile("test", "run_tests.pl") -} list
555 @ $(PERL) {- sourcefile("util", "add-depends.pl") -} "{- $config{makedep_scheme} -}"
679 $(PERL) "-I." "-Mvmsconfig" {- sourcefile("util", "dofile.pl") -} -
685 $(PERL) "-I." "-Mvmsconfig" {- sourcefile("util", "dofile.pl") -} -
691 $(PERL) "-I." "-Mvmsconfig" {- sourcefile("util", "dofile.pl") -} -
697 $(PERL) "-I." "-Mvmsconfig" {- sourcefile("util", "dofile.pl") -} -
963 \$(PERL) $mkpod2html -i $pod -o \$\@ -t "$title" -r "$srcdoc"
[all …]
/freebsd/crypto/openssl/
H A DNOTES-DJGPP.md12 requires that PERL and the PERL module `Text::Template` also be
13 installed (see [NOTES-PERL.md](NOTES-PERL.md)).
H A Dconfigdata.pm.in255 $config{PERL},
H A DREADME.md113 * [Notes on Perl](NOTES-PERL.md)
H A DINSTALL.md52 * Perl 5 with core modules (please read [NOTES-PERL.md](NOTES-PERL.md))
53 * The Perl module `Text::Template` (please read [NOTES-PERL.md](NOTES-PERL.md))
67 * [Notes on Perl](NOTES-PERL.md)
1112 AR, CC, CXX, CROSS_COMPILE, HASHBANGPERL, PERL, RANLIB, RC, and WINDRES
1472 PERL
H A DNOTES-WINDOWS.md42 Please read NOTES.PERL for more information, including the use of CPAN.
H A DConfigure697 PERL => env('PERL') || ($^O ne "VMS" ? $^X : "perl"),
H A DCHANGES.md18851 * New variables $(RANLIB) and $(PERL) in the Makefiles.
/freebsd/crypto/openssl/VMS/
H A Dopenssl_utils.com.in9 $ IF F$TYPE(PERL) .EQS. "STRING"
11 $ C_REHASH :== 'PERL' OSSL$EXE:c_rehash.pl
/freebsd/release/
H A Drelease.sh306 GITUNSETOPTS="${GITUNSETOPTS} ICONV NLS P4 PERL"
/freebsd/crypto/heimdal/lib/wind/
H A DNTMakefile157 $(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libwind-exports.def
/freebsd/contrib/tcpdump/
H A DCMakeLists.txt1559 find_program(PERL perl)
1560 if(PERL)
1561 message(STATUS "Found perl at ${PERL}")
1563 COMMAND ${PERL} ${CMAKE_SOURCE_DIR}/tests/TESTrun)
/freebsd/contrib/ldns/
H A Dconfigure.ac332 AC_PATH_PROG([PERL], [perl])
333 if test -z "$PERL"; then
H A Dconfigure15960 case $PERL in
15962 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
15987 PERL=$ac_cv_path_PERL
15988 if test -n "$PERL"; then
15989 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
15990 printf "%s\n" "$PERL" >&6; }
15997 if test -z "$PERL"; then
H A DMakefile.in20 PERL = @PERL@
330 …_LIBRARY_PATH" DYLD_LIBRARY_PATH="$$BUILDDIR/.libs:$$DYLD_LIBRARY_PATH" $(PERL) Makefile.PL LIBS="…
/freebsd/contrib/ntp/
H A DCommitLog-4.1.02686 winnt/ntpdc/ntpdc.dsp: PERL environment variable to be set.