summaryrefslogtreecommitdiff
path: root/misc/py-pyfiglet/Makefile
blob: a77066f70ec940eca4d6d3b4844c91fba8ff5daf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	pyfiglet
PORTVERSION=	1.0.2
PORTREVISION=	1
CATEGORIES=	misc python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Pure-python FIGlet implementation
WWW=		https://github.com/pwaller/pyfiglet

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>