mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
a713c04ac8
OK: sthen@
23 lines
324 B
Makefile
23 lines
324 B
Makefile
COMMENT= python timeout decorator
|
|
|
|
MODPY_DISTV= 0.5.0
|
|
|
|
DISTNAME= timeout-decorator-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/pnpnpn/timeout-decorator
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|