freebsd-ports/devel/py-pipdeptree/Makefile
Steve Wills e83915918e devel/py-pipdeptree: create port
pipdeptree is a command line utility for displaying the installed python
packages in form of a dependency tree. It works for packages installed globally
on a machine as well as in a virtualenv.

WWW: https://github.com/naiquevin/pipdeptree
2019-06-29 09:28:24 +00:00

20 lines
443 B
Makefile

# $FreeBSD$
PORTNAME= pipdeptree
PORTVERSION= 0.13.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= swills@FreeBSD.org
COMMENT= Command line utility to show dependency tree of packages
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=6.0.0:devel/py-pip@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>