freebsd-ports/ports-mgmt/py-skog/Makefile
Mark Felder 83dcbdd7ee Reset MAINTAINER
Approved by:	maintainer (private communications)
2018-04-16 21:33:18 +00:00

19 lines
420 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= skog
PORTVERSION= 0.1.0
CATEGORIES= ports-mgmt python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Generate visual dependency trees for FreeBSD ports
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.3+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>