2022-11-14 17:16:53 +00:00

28 lines
483 B
Makefile

COMMENT = immutable dictionary
MODPY_EGG_VERSION = 2.3.4
DISTNAME = frozendict-${MODPY_EGG_VERSION}
PKGNAME = py-frozendict-${MODPY_EGG_VERSION}
REVISION = 1
CATEGORIES = devel
HOMEPAGE = https://github.com/slezica/python-frozendict
# MIT
PERMIT_PACKAGE = Yes
FLAVORS = python3
FLAVOR = python3
MODULES = lang/python
MODPY_PYBUILD = setuptools
MODPY_PI = Yes
.include <bsd.port.arch.mk>
.if !${PROPERTIES:Mclang}
CFLAGS += -std=gnu99
.endif
.include <bsd.port.mk>