Files
2025-04-29 10:39:48 +00:00

24 lines
441 B
Makefile

COMMENT = Identify the different types of cryptographic hashes
MODPY_DISTV = 3.1.4
DISTNAME = hashid-${MODPY_DISTV}
REVISION = 5
GH_ACCOUNT = psypanda
GH_PROJECT = hashID
GH_TAGNAME = v${MODPY_DISTV}
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>