summaryrefslogtreecommitdiff
path: root/security/py-trytond-authentication-sms/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-trytond-authentication-sms/Makefile')
-rw-r--r--security/py-trytond-authentication-sms/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/py-trytond-authentication-sms/Makefile b/security/py-trytond-authentication-sms/Makefile
new file mode 100644
index 00000000000..3a548b99a36
--- /dev/null
+++ b/security/py-trytond-authentication-sms/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:08 rodent Exp $
+TRYTON_MODULE_NAME= trytond_authentication_sms
+.include "../../devel/py-trytond/Makefile.common"
+CATEGORIES= python security
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= http://www.tryton.org/
+COMMENT= The authentication_sms module of the Tryton application platform
+LICENSE= gnu-gpl-v3
+
+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"