mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
24 lines
413 B
Makefile
24 lines
413 B
Makefile
COMMENT = AWS v4 authentication for py-requests
|
|
|
|
MODPY_DISTV = 1.3.1
|
|
DISTNAME = requests_aws4auth-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME:S/_/-/g}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = security
|
|
|
|
HOMEPAGE = https://github.com/tedder/requests-aws4auth
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
MODPY_PI = Yes
|
|
|
|
RUN_DEPENDS = www/py-requests
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|