1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/devel/ros-vcstool/Makefile
2021-08-10 16:46:49 -04:00

23 lines
453 B
Makefile

PORTNAME= ros-vcstool
DISTVERSION= 0.3.0
CATEGORIES= devel
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= trueos@norwegianrockcat.com
COMMENT= Version control system (VCS) tool for ROS
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3:devel/py-yaml@${PY_FLAVOR}
USES= python:3.6+
USE_GITHUB= yes
GH_ACCOUNT= dirk-thomas
GH_PROJECT= vcstool
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>