ports/www/py-uritemplate/Makefile

24 lines
431 B
Makefile

COMMENT = URI templates
MODPY_EGG_VERSION = 4.1.1
DISTNAME = uritemplate-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
CATEGORIES = www
HOMEPAGE = https://uritemplate.readthedocs.io/en/latest/
# BSD 3 clauses or Apache v2
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
FLAVORS = python3
FLAVOR = python3
RUN_DEPENDS = www/py-requests${MODPY_FLAVOR}
.include <bsd.port.mk>