1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/math/py-sympy/Makefile
Martin Wilke af7a6642e2 - Update to 0.6.3
Approved by:	maintainer implicit
2008-12-14 10:21:40 +00:00

26 lines
502 B
Makefile

# New ports collection makefile for: py-sympy
# Date created: 2008-08-09
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= sympy
PORTVERSION= 0.6.3
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>