aboutsummaryrefslogtreecommitdiff
path: root/math/py-sympy/Makefile
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2013-02-13 10:24:15 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2013-02-13 10:24:15 +0000
commitb3ba80346633aa3c9161db2eaa56883a91489d20 (patch)
treec77896f7e4ee209e1bd101f264f4de97868124c8 /math/py-sympy/Makefile
parentc38c9da148c0bd93edb950da768c97291d1a7c92 (diff)
downloadports-b3ba80346633aa3c9161db2eaa56883a91489d20.tar.gz
ports-b3ba80346633aa3c9161db2eaa56883a91489d20.zip
- Update to 0.7.2
- Trim header - Convert to new OPTIONS PR: ports/176013 Submitted by: lwhsu Approved by: wen
Notes
Notes: svn path=/head/; revision=312151
Diffstat (limited to 'math/py-sympy/Makefile')
-rw-r--r--math/py-sympy/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile
index 31ff23918175..2ac326dc89d9 100644
--- a/math/py-sympy/Makefile
+++ b/math/py-sympy/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: py-sympy
-# Date created: 2008-08-09
-# Whom: Wen Heping <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
-#
PORTNAME= sympy
-PORTVERSION= 0.7.1
+PORTVERSION= 0.7.2
CATEGORIES= math python
MASTER_SITES= GOOGLE_CODE \
CHEESESHOP
@@ -16,18 +12,18 @@ MAINTAINER= wen@FreeBSD.org
COMMENT= A Python Library For Symbolic Mathematics
LICENSE= BSD
-LICENSE_FILE= ${WRKSRC}/LICENSE
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
USE_PYDISTUTILS= yes
MAN1= isympy.1
-OPTIONS= PYGLET "Enable plotting support" Off
+OPTIONS_DEFINE= PYGLET
+PYGLET_DESC= Enable plotting support
.include <bsd.port.options.mk>
-.if defined(WITH_PYGLET)
+.if ${PORT_OPTIONS:MPYGLET}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyglet>=1.1.2:${PORTSDIR}/graphics/py-pyglet
.endif