27 lines
434 B
Makefile

# $OpenBSD: Makefile,v 1.5 2021/11/02 00:00:47 sthen Exp $
COMMENT = C-style structs for Python
MODPY_EGG_VERSION = 1.8
DISTNAME = cstruct-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 3
CATEGORIES = devel
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>