mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
16 lines
348 B
Makefile
16 lines
348 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
|
|
PORTNAME= svgmath
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= math python
|
|
MASTER_SITES= SF
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= SVGMath-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= MathML to SVG Converter in Python
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|