26 lines
457 B
Makefile
26 lines
457 B
Makefile
COMMENT = helpers to pass trusted data to untrusted environments
|
|
|
|
MODPY_EGG_VERSION = 2.1.2
|
|
DISTNAME = itsdangerous-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = www devel
|
|
|
|
HOMEPAGE = https://itsdangerous.palletsprojects.com
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODPY_PI = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
TEST_DEPENDS = devel/py-freezegun${MODPY_FLAVOR}
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
.include <bsd.port.mk>
|