3c5450af76
PR: 240799 Submitted by: Trenton Schulz <trenton@norwegianrockcat.com> (maintainer)
23 lines
550 B
Makefile
23 lines
550 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ros-wstool
|
|
DISTVERSION= 0.1.18
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= trueos@norwegianrockcat.com
|
|
COMMENT= Tool for managing a workspace of heterogenous SCM repositories
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ros-vcstools>=0:devel/ros-vcstools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}yaml>=3:devel/py-yaml@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= vcstools
|
|
GH_PROJECT= wstool
|
|
|
|
.include <bsd.port.mk>
|