mirror of https://git.FreeBSD.org/ports.git
18 lines
392 B
Makefile
18 lines
392 B
Makefile
PORTNAME= skog
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= ports-mgmt python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Generate visual dependency trees for FreeBSD ports
|
|
WWW= https://github.com/bbqsrc/skog-python
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|