freebsd-ports/ports-mgmt/py-skog/Makefile
Ruslan Makhmatkhanov 1d86d24911 Bump minimal python3 version to 3.3 in USES
Because we are going to remove python 3.2 from the ports tree

With hat:   python
2016-02-02 20:01:44 +00:00

19 lines
429 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= brendan+freebsd@bbqsrc.net
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>