diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2010-10-24 09:18:08 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2010-10-24 09:18:08 +0000 |
commit | eda7ff42c48601e91b25766c2c8869ad4d3e2650 (patch) | |
tree | 8a7971486b7578b82bf795529d2d02376edfde14 /share/man | |
parent | 80a510a14da2c6ae641a28d6d38ae697db4739df (diff) |
Add MODRUBY_RUNDEP and MODRUBY_BUILDDEP, modelled on python.port.mk.
ok jeremy@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/port-modules.5 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 560aa1ca59c..b6588b93d1e 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.73 2010/10/23 15:29:02 ajacoutot Exp $ +.\" $OpenBSD: port-modules.5,v 1.74 2010/10/24 09:18:07 sthen Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 23 2010 $ +.Dd $Mdocdate: October 24 2010 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -475,7 +475,7 @@ Sets MODPY_VERSION, MODPY_BIN, MODPY_INCDIR, MODPY_LIBDIR, MODPY_SITEPKG, MODPY_SETUP, MODPY_LIB_DEPENDS, MODPY_RUN_DEPENDS, MODPY_BUILD_DEPENDS. Appends to RUN_DEPENDS unless MODPY_RUNDEP is set to No. Appends to BUILD_DEPENDS unless MODPY_BUILDDEP is set to No or NO_BUILD -is set to yes. +is set to Yes. MODPY_VERSION is the default version used by all python modules. Ports which use the setuptools module should set MODPY_SETUPTOOLS to Yes. All ports that generate egg-info files should set MODPY_EGG_VERSION @@ -494,7 +494,10 @@ MODRUBY_RUBY_ADJ is a command that takes filename arguments and replaces the /usr/bin/env ruby shebang lines with RUBY. MODRUBY_ADJ_FILES is a list of filename patterns that will automatically have MODRUBY_RUBY_ADJ called on them during pre-configure. -Appends to BUILD_DEPENDS, RUN_DEPENDS, CATEGORIES and SUBST_VARS. +Appends to CATEGORIES and SUBST_VARS. +Appends to BUILD_DEPENDS unless MODRUBY_BUILDDEP is set to No or NO_BUILD +is set to Yes. +Appends to RUN_DEPENDS unless MODRUBY_RUNDEP is set to No. May affect the regress target if MODRUBY_REGRESS is used. .It lang/tcl Sets MODTCL_VERSION, MODTCL_BIN, MODTCL_INCDIR, MODTCL_LIBDIR, |