mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
20 lines
418 B
Makefile
20 lines
418 B
Makefile
PORTNAME= pydeps
|
|
DISTVERSION= 3.0.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Display Python module dependencies
|
|
WWW= https://github.com/thebjorn/pydeps
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stdlib-list>0:devel/py-stdlib-list@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|