From owner-freebsd-ports Mon Mar 24 03:26:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA02037 for ports-outgoing; Mon, 24 Mar 1997 03:26:28 -0800 (PST) Received: from dfw-ix2.ix.netcom.com (dfw-ix2.ix.netcom.com [206.214.98.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA02032 for ; Mon, 24 Mar 1997 03:26:25 -0800 (PST) Received: (from smap@localhost) by dfw-ix2.ix.netcom.com (8.8.4/8.8.4) id FAA15547; Mon, 24 Mar 1997 05:25:54 -0600 (CST) Received: from ala-ca8-44.ix.netcom.com(207.93.141.172) by dfw-ix2.ix.netcom.com via smap (V1.3) id sma015505; Mon Mar 24 05:25:22 1997 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id DAA01361; Mon, 24 Mar 1997 03:22:44 -0800 (PST) Date: Mon, 24 Mar 1997 03:22:44 -0800 (PST) Message-Id: <199703241122.DAA01361@silvia.HIP.Berkeley.EDU> To: imp@village.org CC: ports@FreeBSD.ORG In-reply-to: (message from Warner Losh on Fri, 21 Mar 1997 22:39:52 -0700) Subject: Re: Perl From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Hmmm, I'm thinking that it might make sense to have a couple of things * to make perl ports work better. * * PERL ?= ${PREFIX}/bin/perl * * and * * HAS_PERL_CONFIG * * which can be used to generate * * do-configure: * @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL I don't understand what HAS_PERL_CONFIG is supposed to do. Do some perl packages come with this Makefile.PL file that is actually not a Makefile but is a configure script? * and also be used to make sure that perl5 exists on the system before * trying to build That's what *_DEPENDS are for. * (and also enables NO_P5_JUNK-like functionality * easily). What's that? Satoshi