mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
313 B
Makefile
22 lines
313 B
Makefile
COMMENT= operations with ISO 8601 durations
|
|
|
|
MODPY_DISTV= 20.11.0
|
|
DISTNAME= isoduration-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 2
|
|
|
|
CATEGORIES= devel
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE=Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
RUN_DEPENDS= devel/py-arrow
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|