Lines 1-12
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= cloud-init |
3 |
PORTNAME= cloud-init |
4 |
PORTVERSION= 19.2 |
4 |
PORTVERSION= 19.4 |
5 |
CATEGORIES= net python |
5 |
CATEGORIES= net python |
6 |
MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ |
|
|
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
|
7 |
|
9 |
MAINTAINER= zi@FreeBSD.org |
8 |
MAINTAINER= andrey@bsdnir.info |
10 |
COMMENT= Init scripts for use on cloud images |
9 |
COMMENT= Init scripts for use on cloud images |
11 |
|
10 |
|
12 |
LICENSE= GPLv3 |
11 |
LICENSE= GPLv3 |
Lines 30-35
RUN_DEPENDS= dmidecode>0:sysutils/dmidecode \
Link Here
|
30 |
${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer@${PY_FLAVOR} |
29 |
${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer@${PY_FLAVOR} |
31 |
|
30 |
|
32 |
USES= python shebangfix |
31 |
USES= python shebangfix |
|
|
32 |
USE_GITHUB= yes |
33 |
GH_ACCOUNT= canonical |
33 |
|
34 |
|
34 |
SHEBANG_FILES= tools/validate-yaml.py tools/read-dependencies \ |
35 |
SHEBANG_FILES= tools/validate-yaml.py tools/read-dependencies \ |
35 |
tools/read-version |
36 |
tools/read-version |