16e1d10147
to SVG, written entirely in Python. WWW: http://svgmath.sf.net PR: ports/134873 Submitted by: Wen Heping <wenheping at gmail.com>
23 lines
455 B
Makefile
23 lines
455 B
Makefile
# New ports collection makefile for: py-svgmath
|
|
# Date created: 23 May,2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= svgmath
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= math python
|
|
MASTER_SITES= SF
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= SVGMath-${PORTVERSION}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= MathML to SVG Converter in Python
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= SVGMath
|
|
|
|
.include <bsd.port.mk>
|