mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
24 lines
441 B
Makefile
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>
|