30 lines
471 B
Makefile

# $OpenBSD: Makefile,v 1.2 2021/11/02 00:01:02 sthen Exp $
COMMENT = PEG-based parser interpreter with memoization
MODPY_EGG_VERSION = 0.3
DISTNAME = speg-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = devel
HOMEPAGE = https://github.com/avakar/speg
# MIT
PERMIT_PACKAGE = Yes
EXTRACT_SUFX = .zip
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
NO_TEST = Yes
FLAVOR = python3
FLAVORS = python3
.include <bsd.port.mk>