# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD: head/misc/py-pyfiglet/Makefile 462227 2018-02-18 13:20:29Z antoine $

PORTNAME=	pyfiglet
PORTVERSION=	0.7.5
CATEGORIES=	misc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	koobs@FreeBSD.org
COMMENT=	Pure-python FIGlet implementation

LICENSE=	GPLv2+

# Actually 2.6-2.7,3.1-3.5 (no 3.0)
USES=		python:2.7-3.5
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>
