Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Mar 1997 22:39:52 -0700
From:      Warner Losh <imp@village.org>
To:        ports@freebsd.org
Subject:   Perl
Message-ID:  <E0w8JWz-00063e-00@rover.village.org>

next in thread | raw e-mail | index | archive | help

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

and also be used to make sure that perl5 exists on the system before
trying to build (and also enables NO_P5_JUNK-like functionality
easily).

Comments?

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E0w8JWz-00063e-00>