Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2011 09:25:15 +0000
From:      Chris Rees <utisoft@gmail.com>
To:        Christer Edwards <christer.edwards@gmail.com>
Cc:        "freebsd-ports@FreeBSD.org" <freebsd-ports@freebsd.org>
Subject:   Re: RUN_DEPENDS for python based port
Message-ID:  <CADLo838ATR0HawtmniSEif7x_PxMiJain6K3o8eMyuTXNBQufQ@mail.gmail.com>
In-Reply-To: <CAH2d3%2BvMF8jM6GHJQ6DR7EywmnY%2Bj=0tSHFEf_5oW1C6QhYD8A@mail.gmail.com>
References:  <CAH2d3%2BvMF8jM6GHJQ6DR7EywmnY%2Bj=0tSHFEf_5oW1C6QhYD8A@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 17 Dec 2011 08:23, "Christer Edwards" <christer.edwards@gmail.com> wrote:
>
> I've been working on building my first python based port recently and
> I'm running into some issue that I'm hoping the list can provide some
> tips for. Currently the Makefile looks like this:
>
> -----
>
> # New ports collection makefile for: salt
> # Date created:         17 Dec 2011
> # Whom:                 cedwards
> #
> # $FreeBSD$
> #
>
> PORTNAME=       salt
> PORTVERSION=    0.9.4
> CATEGORIES=     sysutils python
> MASTER_SITES=   https://github.com/downloads/saltstack/salt/
>
> MAINTAINER=     christer.edwards@gmail.com
> COMMENT=        Central system and configuration manager
>
> LIB_DEPENDS=    zmq.1:${PORTSDIR}/devel/zmq
>
> USE_PYTHON=     yes
> USE_PYDISTUTILS=yes
>
> RUN_DEPENDS+=
> ${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml \
>
> ${PYTHON_SITELIBDIR}/zmq/__init__.py}:${PORTSDIR}/devel/py-pyzmq \
>

Oops, your mistake is here^^^ Hint: check your curly brackets.

Chris



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