cf118ccf87
Reported by: lwhsu
32 lines
985 B
Makefile
32 lines
985 B
Makefile
PORTNAME= opengrok-tools
|
|
PORTVERSION= 1.3.16
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= OpenGrok tools for synchronization and mirroring
|
|
|
|
LICENSE= CDDL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6.0:devel/py-jsonschema@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}resource>=0.2.0:devel/py-resource@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}filelock>0:sysutils/py-filelock@${PY_FLAVOR}
|
|
|
|
# According to the vendor, Python3 is required
|
|
USES= python:3.5+
|
|
USE_PYTHON= autoplist distutils noflavors
|
|
NO_ARCH= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= oracle
|
|
GH_PROJECT= opengrok
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/opengrok-tools
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|