openbsd-ports/mail/gmail-oauth2/Makefile
2022-11-13 15:28:39 +00:00

25 lines
456 B
Makefile

COMMENT= tool for authenticating to Gmail with OAuth2
GH_ACCOUNT= google
GH_PROJECT= gmail-oauth2-tools
GH_COMMIT= e3229155a4037267ce40f1a3a681f53221aa4d8d
DISTNAME= gmail-oauth2-0.20190529
REVISION= 3
CATEGORIES= security mail
# Apache 2.0
PERMIT_PACKAGE= Yes
MODULES= lang/python
NO_BUILD= Yes
MODPY_ADJ_FILES= python/oauth2.py
CONFIGURE_STYLE= none
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/python/oauth2.py ${PREFIX}/bin/
.include <bsd.port.mk>