mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 01:23:12 -04:00
19 lines
380 B
Makefile
19 lines
380 B
Makefile
PORTNAME= pyfiglet
|
|
PORTVERSION= 1.0.2
|
|
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>
|