77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
18 lines
366 B
Makefile
18 lines
366 B
Makefile
PORTNAME= bdflib
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= x11-fonts python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Library for working with BDF font files
|
|
WWW= https://gitlab.com/Screwtapello/bdflib
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|