openbsd-ports/security/hashid/Makefile
2022-11-25 19:30:34 +00:00

24 lines
459 B
Makefile

COMMENT = Identify the different types of cryptographic hashes
MODPY_EGG_VERSION = 3.1.4
DISTNAME = hashid-${MODPY_EGG_VERSION}
REVISION = 2
GH_ACCOUNT = psypanda
GH_PROJECT = hashID
GH_TAGNAME = v${MODPY_EGG_VERSION}
CATEGORIES = security
HOMEPAGE = https://github.com/psypanda/hashID
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# GPLv3
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PYBUILD = setuptools
.include <bsd.port.mk>