mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
5fd4161ab3
From Bryan Vyhmeister (MAINTAINER); thanks!
26 lines
486 B
Makefile
26 lines
486 B
Makefile
COMMENT = detects when files bit-rot
|
|
|
|
MODPY_DISTV = 1.0.1
|
|
DISTNAME = bitrot-${MODPY_DISTV}
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://github.com/ambv/bitrot/
|
|
|
|
MAINTAINER = Bryan Vyhmeister <bryan@bsdjournal.net>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODPY_PI = Yes
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools_scm
|
|
|
|
NO_TEST = Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bitrot
|
|
${INSTALL_DATA} ${WRKSRC}/README.rst ${PREFIX}/share/doc/bitrot
|
|
|
|
.include <bsd.port.mk>
|