Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Oct 2005 21:42:22 +1000
From:      Edwin Groothuis <edwin@mavetju.org>
To:        ports@freebsd.org
Subject:   PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS
Message-ID:  <20051012114222.GD1278@k7.mavetju>

next in thread | raw e-mail | index | archive | help
I've just submitted a patch to make it easier for people to define
dependencies on Perl modules: PERL_BUILD_DEPENDS and PERL_RUN_DEPENDS.

The syntax was:

    BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite

The syntax is:

    PERL_BUILD_DEPENDS=	MIME-Lite:${PORTSDIR}/mail/p5-MIME-Lite

It checks the for the existence of MIME::Lite with the "perl -e
'use MIME::Lite'" command.

The PR number is ports/87318.

Feel free to comment about it.

Edwin

-- 
Edwin Groothuis      |            Personal website: http://www.mavetju.org
edwin@mavetju.org    |          Weblog: http://weblog.barnet.com.au/edwin/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051012114222.GD1278>