File: lang/perl/Makefile
base-0 patch-1
Line 14Line 14
sed, awk and shell.
endef

sed, awk and shell.
endef

LIBDEPS = devel/glibc
SOURCE_LANGUAGES = c
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
Line 31Line 31
ARCHLIB = $(shell perl -ne 'print $$1 if /^archlib=(.*)/' $(WORKSRC)/config.sh)
PERLLIB = $(shell perl -ne 'print $$1 if /^privlib=(.*)/' $(WORKSRC)/config.sh)
PERL = LD_LIBRARY_PATH=$(ARCHLIB)/CORE PERL5LIB=$(PERLLIB) $(WORKSRC)/perl
ARCHLIB = $(shell perl -ne 'print $$1 if /^archlib=(.*)/' $(WORKSRC)/config.sh)
PERLLIB = $(shell perl -ne 'print $$1 if /^privlib=(.*)/' $(WORKSRC)/config.sh)
PERL = LD_LIBRARY_PATH=$(ARCHLIB)/CORE PERL5LIB=$(PERLLIB) $(WORKSRC)/perl

LIBDEPS = lib/db
include ../../gar.mk

include ../../gar.mk