summaryrefslogtreecommitdiff
path: root/finance/py-trytond-currency/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/py-trytond-currency/Makefile')
-rw-r--r--finance/py-trytond-currency/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/finance/py-trytond-currency/Makefile b/finance/py-trytond-currency/Makefile
new file mode 100644
index 00000000000..6b38b8acdda
--- /dev/null
+++ b/finance/py-trytond-currency/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2014/02/01 18:55:15 rodent Exp $
+
+DISTNAME= trytond_currency-3.0.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
+CATEGORIES= finance python
+MASTER_SITES= http://downloads.tryton.org/3.0/
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= http://www.tryton.org/
+COMMENT= Currency module of the Tryton application platform
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
+
+USE_LANGUAGES= # none
+
+REPLACE_PYTHON+= tests/test_currency.py
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # XXX according to setup.py
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"