552777379e
PR: 241524 Submitted by: Trenton Schulz <trueos@norwegianrockcat.com> (maintainer) Relnotes: https://github.com/ros-infrastructure/rosdistro/commits/0.7.5
24 lines
665 B
Makefile
24 lines
665 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ros-rosdistro
|
|
DISTVERSION= 0.7.5
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= trueos@norwegianrockcat.com
|
|
COMMENT= Tools to work with catkinized rosdistro files
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ros-catkin_pkg>=0.4.0:devel/ros-catkin_pkg@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}argparse>=1:devel/py-argparse@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}ros-rospkg>=1:devel/ros-rospkg@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}yaml>=3:devel/py-yaml@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ros-infrastructure
|
|
GH_PROJECT= rosdistro
|
|
|
|
.include <bsd.port.mk>
|