22 lines
388 B
Makefile
22 lines
388 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2020/10/11 19:28:13 daniel Exp $
|
|
|
|
COMMENT = c++ helper library for python extension modules
|
|
|
|
MODPY_EGG_VERSION = 1.1.0
|
|
DISTNAME = cppy-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = devel
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
.include <bsd.port.mk>
|