2019-07-12 20:45:45 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:47 sthen Exp $
|
2018-02-14 20:24:24 +00:00
|
|
|
|
|
|
|
COMMENT = easy to use python subprocess interface
|
|
|
|
|
|
|
|
MODPY_EGG_VERSION = 0.2.3
|
|
|
|
DISTNAME = EasyProcess-${MODPY_EGG_VERSION}
|
|
|
|
PKGNAME = py-${DISTNAME:L}
|
2019-04-28 20:51:26 +00:00
|
|
|
REVISION = 0
|
2018-02-14 20:24:24 +00:00
|
|
|
|
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
HOMEPAGE = https://github.com/ponty/EasyProcess
|
|
|
|
|
|
|
|
# BSD 2-clauses
|
2019-07-12 20:45:45 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2018-02-14 20:24:24 +00:00
|
|
|
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
|
|
|
|
FLAVORS = python3
|
|
|
|
FLAVOR ?=
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|