1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/misc/py-pyfiglet/Makefile
2019-04-25 04:50:35 +00:00

23 lines
450 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= pyfiglet
PORTVERSION= 0.7.6
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Pure-python FIGlet implementation
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
# Actually 2.6-2.7,3.1-3.5 (no 3.0)
USES= python:2.7-3.6
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>