# Created by: Matthias Petermann <matthias@petermann-it.de>
# $FreeBSD: finance/trytond28_company/Makefile 334432 2013-11-20 17:20:57Z bsam $

PORTNAME=	trytond28_company
PORTVERSION=	2.8.0
CATEGORIES=	finance python
MASTER_SITES=	https://pypi.python.org/packages/source/t/trytond_company/ \
		http://downloads.tryton.org/${PORTVERSION:R}/
DISTNAME=	trytond_company-${PORTVERSION}

MAINTAINER=	matthias@petermann-it.de
COMMENT=	Tryton Application Platform (Company Module)

LICENSE=	GPLv3

RUN_DEPENDS=	trytond28_party>=2.8.0:${PORTSDIR}/finance/trytond28_party \
		trytond28_currency>=2.8.0:${PORTSDIR}/finance/trytond28_currency

CONFLICTS=	trytond_company-2.[46].*

USE_PYTHON=	yes
USE_PYDISTUTILS=easy_install
PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg

.include <bsd.port.mk>
