2021-11-02 00:00:59 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2021/11/02 00:00:59 sthen Exp $
|
2017-08-29 16:47:27 +00:00
|
|
|
|
|
|
|
COMMENT = easy to use progressbar library for python
|
|
|
|
|
2019-06-27 15:59:57 +00:00
|
|
|
MODPY_EGG_VERSION = 1.5
|
2017-08-29 16:47:27 +00:00
|
|
|
DISTNAME = progress-${MODPY_EGG_VERSION}
|
|
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = devel
|
2021-11-02 00:00:59 +00:00
|
|
|
REVISION = 2
|
2017-08-29 16:47:27 +00:00
|
|
|
|
2019-06-27 15:59:57 +00:00
|
|
|
HOMEPAGE = https://github.com/verigak/progress/
|
2017-08-29 16:47:27 +00:00
|
|
|
|
2019-06-27 15:59:57 +00:00
|
|
|
MAINTAINER = Timo Myyra <timo.myyra@bittivirhe.fi>
|
2017-08-29 16:47:27 +00:00
|
|
|
|
|
|
|
# ISC
|
2019-06-27 15:59:57 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2017-08-29 16:47:27 +00:00
|
|
|
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
|
|
|
|
FLAVORS = python3
|
2021-10-29 15:38:40 +00:00
|
|
|
FLAVOR = python3
|
2017-08-29 16:47:27 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|