mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
22 lines
328 B
Makefile
22 lines
328 B
Makefile
COMMENT= define simple search patterns in bulk to perform
|
|
|
|
MODPY_DISTV= 3.2.0
|
|
|
|
DISTNAME= rebulk-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 2
|
|
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= https://github.com/Toilal/rebulk/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
.include <bsd.port.mk>
|