2013-08-10 15:23:54 +02:00
|
|
|
# Created by: Matthias Petermann <matthias@petermann-it.de>
|
2012-09-14 04:18:57 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= trytond_purchase
|
2013-08-10 15:23:54 +02:00
|
|
|
PORTVERSION= 2.4.4
|
2014-02-09 16:09:54 +01:00
|
|
|
PORTREVISION= 1
|
2012-09-14 04:18:57 +02:00
|
|
|
CATEGORIES= finance python
|
2013-05-19 10:49:40 +02:00
|
|
|
MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/
|
2012-09-14 04:18:57 +02:00
|
|
|
|
2013-08-10 15:23:54 +02:00
|
|
|
MAINTAINER= matthias@petermann-it.de
|
2012-09-14 04:18:57 +02:00
|
|
|
COMMENT= Tryton Application Platform (Purchase Module)
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
|
|
|
RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \
|
|
|
|
trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock \
|
|
|
|
trytond_account_invoice>=2.4.0:${PORTSDIR}/finance/trytond_account_invoice
|
|
|
|
|
2013-11-20 18:20:57 +01:00
|
|
|
CONFLICTS= trytond28_purchase-2.8.*
|
2013-05-19 10:49:40 +02:00
|
|
|
|
2012-09-14 04:18:57 +02:00
|
|
|
USE_PYTHON= yes
|
2014-02-09 16:09:54 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2012-09-14 04:18:57 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|