33 lines
604 B
Makefile
33 lines
604 B
Makefile
COMMENT = Cross-platform cloud instance initialization.
|
|
|
|
GH_PROJECT=cloud-init
|
|
GH_ACCOUNT=canonical
|
|
GH_TAGNAME=23.4.1
|
|
EXTRACT_SUFX = .tar.gz
|
|
|
|
GH_DISTFILE=https://github.com/${GH_ACCOUNT}/archive/refs/tags/
|
|
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://cloud-init.io/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
MODULES = lang/python
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
RUN_DEPENDS = devel/py-serial \
|
|
devel/py-jsonschema \
|
|
textproc/py-jsonpatch \
|
|
textproc/py-pyaml \
|
|
www/py-requests \
|
|
www/py-jinja2 \
|
|
security/py-oauthlib \
|
|
net/py-netifaces
|
|
|
|
.include <bsd.port.mk>
|