freebsd-ports/math/py-svgmath/Makefile
Martin Wilke 16e1d10147 SVGMath is a command-line utility to convert MathML expressions
to SVG, written entirely in Python.

WWW:	http://svgmath.sf.net

PR:		ports/134873
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-05-23 14:36:24 +00:00

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>