diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2012-09-19 12:12:13 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2012-09-19 12:12:13 +0000 |
commit | 2a56e30f8d0256bf96c8955bb797601fc16b95a9 (patch) | |
tree | c5c9da04ef345ff7b7efd88b3bc1c6cab21520ff /finance/trytond_account_stock_continental/Makefile | |
parent | 8db595d24602323daa6d1eb618cf6c8242ab1e22 (diff) |
Add trytond_account_stock_continental 2.4.1, tryton Application Platform
(Account Stock Continental Module).
PR: ports/171453
Submitted by: matthias@petermann.it
Notes
Notes:
svn path=/head/; revision=304501
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> |