blob: 540b3fa2d1665c7bbc6430e6efccca167b52acd6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= svgmath
PORTVERSION= 0.3.3
PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= SVGMath-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= MathML to SVG Converter in Python
WWW= http://svgmath.sf.net
USES= dos2unix python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|