mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
24 lines
421 B
Makefile
24 lines
421 B
Makefile
COMMENT = parse the MFT file from an NTFS filesystem
|
|
|
|
MODPY_DISTV = 3.0.1
|
|
|
|
GH_ACCOUNT = dkovar
|
|
GH_PROJECT = analyzeMFT
|
|
GH_COMMIT = 16d12822563cd5cae8675788134ac0ff6e9f5c01
|
|
|
|
DISTNAME = analyzeMFT-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME:L}
|
|
REVISION = 4
|
|
|
|
CATEGORIES = sysutils security
|
|
|
|
# Common Public License 1.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|