mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
20 lines
309 B
Makefile
20 lines
309 B
Makefile
COMMENT= dot-accessible dictionary (a la JavaScript objects)
|
|
|
|
MODPY_DISTV= 4.0.0
|
|
DISTNAME= munch-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 2
|
|
|
|
CATEGORIES= devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
BUILD_DEPENDS= devel/py-pbr
|
|
|
|
.include <bsd.port.mk>
|