diff options
Diffstat (limited to 'math/py-sympy/Makefile')
-rw-r--r-- | math/py-sympy/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile new file mode 100644 index 000000000000..3f429155674b --- /dev/null +++ b/math/py-sympy/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: py-sympy +# Date created: 2008-08-09 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= sympy +PORTVERSION= 0.6.1 +CATEGORIES= math python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wenheping@gmail.com +COMMENT= A Python Library For Symbolic Mathematics + +USE_PYTHON= yes +USE_PYDISTUTILS= yes + +MAN1= isympy.1 + +post-patch: + @${REINPLACE_CMD} -e "s#share/man/man1#man/man1#" ${WRKSRC}/setup.py + +.include <bsd.port.mk> |