mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
20 lines
321 B
Makefile
20 lines
321 B
Makefile
COMMENT= load subpackages and functions on demand
|
|
|
|
MODPY_DISTV= 0.5
|
|
DISTNAME= lazy_loader-${MODPY_DISTV}
|
|
PKGNAME= py-lazy-loader-${MODPY_DISTV}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
TEST_DEPENDS= devel/py-test-cov
|
|
|
|
.include <bsd.port.mk>
|