26 lines
436 B
Makefile

# $OpenBSD: Makefile,v 1.15 2021/11/02 00:01:01 sthen Exp $
COMMENT = Python subprocess interface
MODPY_EGG_VERSION = 1.12.14
REVISION = 6
DISTNAME = sh-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
HOMEPAGE = https://github.com/amoffat/sh
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR = python3
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
NO_TEST = Yes
.include <bsd.port.mk>