summaryrefslogtreecommitdiff
path: root/finance/py-trytond-account-asset/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/py-trytond-account-asset/Makefile')
-rw-r--r--finance/py-trytond-account-asset/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/finance/py-trytond-account-asset/Makefile b/finance/py-trytond-account-asset/Makefile
new file mode 100644
index 00000000000..f03cb21c124
--- /dev/null
+++ b/finance/py-trytond-account-asset/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2014/06/25 06:03:37 richard Exp $
+
+.include "../../devel/py-trytond/Makefile.common"
+DISTNAME= trytond_account_asset-${TRYTOND_VERSION}
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
+CATEGORIES= finance python
+MASTER_SITES= ${TRYTON_SITES}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.tryton.org/
+COMMENT= Account_asset module of the Tryton application platform
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONED_DEPENDENCIES= dateutil
+
+REPLACE_PYTHON+= tests/test_account_asset.py
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"