diff options
Diffstat (limited to 'finance/trytond_account_stock_continental/Makefile')
-rw-r--r-- | finance/trytond_account_stock_continental/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/finance/trytond_account_stock_continental/Makefile b/finance/trytond_account_stock_continental/Makefile new file mode 100644 index 000000000000..74dbfa9d7d75 --- /dev/null +++ b/finance/trytond_account_stock_continental/Makefile @@ -0,0 +1,21 @@ +# Created by: Matthias Petermann<matthias@petermann.it> +# $FreeBSD$ + +PORTNAME= trytond_account_stock_continental +PORTVERSION= 2.4.1 +CATEGORIES= finance python +MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ + +MAINTAINER= matthias@petermann.it +COMMENT= Tryton Application Platform (Account Stock Continental Module) + +LICENSE= GPLv3 + +RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ + trytond_account_product>=2.4.1:${PORTSDIR}/finance/trytond_account_product \ + trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install + +.include <bsd.port.mk> |