opnsense-ports/misc/py-pyfiglet/Makefile
Franco Fichtner 2fa17988e8 */*: sync with upstream
Taken from: FreeBSD
2016-08-05 07:14:50 +02:00

21 lines
418 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
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.6-3.5
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>