summaryrefslogtreecommitdiff
path: root/security/py-onlykey/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-onlykey/Makefile')
-rw-r--r--security/py-onlykey/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/security/py-onlykey/Makefile b/security/py-onlykey/Makefile
deleted file mode 100644
index ef1985208211..000000000000
--- a/security/py-onlykey/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-PORTNAME= onlykey
-PORTVERSION= 1.2.2
-PORTREVISION= 4
-CATEGORIES= security python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= dmytro@posteo.net
-COMMENT= Python command line tool for configuring and using OnlyKey
-WWW= https://github.com/trustcrypto/python-onlykey
-
-LICENSE= MIT
-
-DEPRECATED= Depends on expired security/libu2f-host
-EXPIRATION_DATE=2025-09-01
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hidapi>0:comms/py-hidapi@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}aenum>0:devel/py-aenum@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=2:devel/py-prompt-toolkit@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pynacl>=1.4.0:security/py-pynacl@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}ecdsa>=0.13:security/py-ecdsa@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}cython>=0.23.4:lang/cython@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}libusb1>0:devel/py-libusb1@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}uhid-freebsd>0:devel/py-uhid-freebsd@${PY_FLAVOR} \
- u2f-host:security/libu2f-host
-
-USES= python
-USE_PYTHON= autoplist distutils
-
-SUB_FILES= pkg-message
-
-PLIST_FILES= "@sample ${PREFIX}/etc/devd/onlykey.conf.sample" \
- "${PREFIX}/share/man/man1/onlykey-cli.1.gz"
-
-NO_ARCH= yes
-
-post-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/etc/devd
- ${INSTALL_DATA} ${FILESDIR}/onlykey.conf.sample \
- ${STAGEDIR}${PREFIX}/etc/devd
- ${INSTALL_MAN} ${FILESDIR}/onlykey-cli.1 ${STAGEDIR}${PREFIX}/share/man/man1
-
-.include <bsd.port.mk>