mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
23 lines
338 B
Makefile
23 lines
338 B
Makefile
COMMENT= find files and dirs
|
|
|
|
MODPY_DISTV= 2020.12.3
|
|
|
|
DISTNAME= find-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 3
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= https://github.com/andrewp-as-is/find.py
|
|
|
|
# PD ("unlicense")
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|