ports/devel/pydeps/Makefile
2025-01-18 19:53:11 -08:00

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>