summaryrefslogtreecommitdiff
path: root/time/py-trytond-calendar-classification/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/py-trytond-calendar-classification/Makefile')
-rw-r--r--time/py-trytond-calendar-classification/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/time/py-trytond-calendar-classification/Makefile b/time/py-trytond-calendar-classification/Makefile
new file mode 100644
index 00000000000..b21aa324ee5
--- /dev/null
+++ b/time/py-trytond-calendar-classification/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:08 rodent Exp $
+TRYTON_MODULE_NAME= trytond_calendar_classification
+.include "../../devel/py-trytond/Makefile.common"
+CATEGORIES= python time
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= http://www.tryton.org/
+COMMENT= Calendar classification module of Tryton's application platform
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= ${PYPKGPREFIX}-vobject>=0.8.0:../../textproc/py-vobject
+DEPENDS+= ${PYPKGPREFIX}-trytond-calendar>=${TRYTON_BASEVER}:../../time/py-trytond-calendar
+DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"