2013-11-20 18:20:57 +01:00
|
|
|
# Created by: Matthias Petermann <matthias@petermann-it.de>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= trytond28_account_asset
|
2015-03-08 10:42:52 +01:00
|
|
|
PORTVERSION= 2.8.3
|
2013-11-20 18:20:57 +01:00
|
|
|
CATEGORIES= finance python
|
2015-03-08 10:42:52 +01:00
|
|
|
MASTER_SITES= CHEESESHOP \
|
2013-11-20 18:20:57 +01:00
|
|
|
http://downloads.tryton.org/${PORTVERSION:R}/
|
|
|
|
DISTNAME= trytond_account_asset-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= matthias@petermann-it.de
|
|
|
|
COMMENT= Tryton Application Platform (Account Asset Module)
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
|
|
|
RUN_DEPENDS= trytond28_product>=2.8.0:${PORTSDIR}/finance/trytond28_product \
|
|
|
|
trytond28_account_invoice>=2.8.2:${PORTSDIR}/finance/trytond28_account_invoice
|
|
|
|
|
|
|
|
CONFLICTS= trytond_account-2.[46].*
|
|
|
|
|
2014-10-20 19:18:18 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2013-11-20 18:20:57 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|