Searched refs:PERL (Results 1 – 18 of 18) sorted by relevance
/freebsd/crypto/openssl/Configurations/ |
H A D | windows-makefile.tmpl | 265 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 D | unix-Makefile.tmpl | 350 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 D | descrip.mms.tmpl | 368 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 D | NOTES-DJGPP.md | 12 requires that PERL and the PERL module `Text::Template` also be 13 installed (see [NOTES-PERL.md](NOTES-PERL.md)).
|
H A D | configdata.pm.in | 255 $config{PERL},
|
H A D | README.md | 113 * [Notes on Perl](NOTES-PERL.md)
|
H A D | INSTALL.md | 52 * 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 D | NOTES-WINDOWS.md | 42 Please read NOTES.PERL for more information, including the use of CPAN.
|
H A D | Configure | 697 PERL => env('PERL') || ($^O ne "VMS" ? $^X : "perl"),
|
H A D | CHANGES.md | 18851 * New variables $(RANLIB) and $(PERL) in the Makefiles.
|
/freebsd/crypto/openssl/VMS/ |
H A D | openssl_utils.com.in | 9 $ IF F$TYPE(PERL) .EQS. "STRING" 11 $ C_REHASH :== 'PERL' OSSL$EXE:c_rehash.pl
|
/freebsd/release/ |
H A D | release.sh | 306 GITUNSETOPTS="${GITUNSETOPTS} ICONV NLS P4 PERL"
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | NTMakefile | 157 $(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libwind-exports.def
|
/freebsd/contrib/tcpdump/ |
H A D | CMakeLists.txt | 1559 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 D | configure.ac | 332 AC_PATH_PROG([PERL], [perl]) 333 if test -z "$PERL"; then
|
H A D | configure | 15960 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 D | Makefile.in | 20 PERL = @PERL@ 330 …_LIBRARY_PATH" DYLD_LIBRARY_PATH="$$BUILDDIR/.libs:$$DYLD_LIBRARY_PATH" $(PERL) Makefile.PL LIBS="…
|
/freebsd/contrib/ntp/ |
H A D | CommitLog-4.1.0 | 2686 winnt/ntpdc/ntpdc.dsp: PERL environment variable to be set.
|