25 lines
490 B
Makefile
25 lines
490 B
Makefile
COMMENT = Python module implementing Base64 without "=" padding
|
|
|
|
MODPY_EGG_VERSION = 2.1.0
|
|
|
|
GH_ACCOUNT = matrix-org
|
|
GH_PROJECT = python-unpaddedbase64
|
|
GH_TAGNAME = v${MODPY_EGG_VERSION}
|
|
PKGNAME = py-unpaddedbase64-${MODPY_EGG_VERSION}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = textproc
|
|
|
|
MAINTAINER = Renaud Allard <renaud@allard.it>
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = poetry-core
|
|
MODPY_PYTEST = Yes
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
.include <bsd.port.mk>
|