ports/security/py-requests-aws4auth/Makefile

29 lines
551 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = AWS v4 authentication for py-requests
MODPY_EGG_VERSION = 1.1.1
DISTNAME = requests-aws4auth-${MODPY_EGG_VERSION}
PKGNAME = ${MODPY_PY_PREFIX}requests-aws4auth-${MODPY_EGG_VERSION}
REVISION = 1
CATEGORIES = security
HOMEPAGE = https://github.com/sam-washington/requests-aws4auth
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS = www/py-requests${MODPY_FLAVOR}
BUILD_DEPENDS = ${RUN_DEPENDS}
FLAVORS = python3
FLAVOR = python3
NO_TEST = Yes
.include <bsd.port.mk>