blob: 80ec307faa6a9aaefe5f7ba9aba149a9badc5f66 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|