we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk.
30 lines
488 B
Makefile
30 lines
488 B
Makefile
# $OpenBSD: Makefile,v 1.7 2019/04/28 20:51:31 sthen Exp $
|
|
|
|
COMMENT= command line library for Python
|
|
|
|
MODPY_EGG_VERSION=6.7
|
|
DISTNAME= click-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-click-${MODPY_EGG_VERSION}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://click.pocoo.org/6/
|
|
|
|
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODPY_PI = Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_SETUPTOOLS= Yes
|
|
MODPY_PYTEST= Yes
|
|
|
|
FLAVORS= python3
|
|
FLAVOR?=
|
|
|
|
.include <bsd.port.mk>
|