From b3ba80346633aa3c9161db2eaa56883a91489d20 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Wed, 13 Feb 2013 10:24:15 +0000 Subject: - Update to 0.7.2 - Trim header - Convert to new OPTIONS PR: ports/176013 Submitted by: lwhsu Approved by: wen --- math/py-sympy/Makefile | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'math/py-sympy/Makefile') 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 -# +# Created by: Wen Heping # $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 -.if defined(WITH_PYGLET) +.if ${PORT_OPTIONS:MPYGLET} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyglet>=1.1.2:${PORTSDIR}/graphics/py-pyglet .endif -- cgit v1.2.3