aboutsummaryrefslogtreecommitdiff
path: root/astro/py-astLib
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-02-25 11:09:19 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-02-25 11:09:19 +0000
commita8c8578d56b970ca34b929f7c8b861319c727ed1 (patch)
tree30a84526bd81756797443e8da9bc9c93d78261ba /astro/py-astLib
parent3c8b414f0d5a229bf94be13451cd211d8f60df67 (diff)
downloadports-a8c8578d56b970ca34b929f7c8b861319c727ed1.tar.gz
ports-a8c8578d56b970ca34b929f7c8b861319c727ed1.zip
Notes
Diffstat (limited to 'astro/py-astLib')
-rw-r--r--astro/py-astLib/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/astro/py-astLib/Makefile b/astro/py-astLib/Makefile
index f861836b4a85..b36c58a7cdd4 100644
--- a/astro/py-astLib/Makefile
+++ b/astro/py-astLib/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-astLib
-# Date created: 23 March, 2009
-# Whom: Wen Heping <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
-#
PORTNAME= astLib
PORTVERSION= 0.6.1
@@ -13,18 +9,14 @@ MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
-COMMENT= A set of python astronomy modules
+COMMENT= Astronomy modules for Python
BUILD_DEPENDS= ${PYNUMPY} \
${PKGNAMEPREFIX}scipy>=0.7.0:${PORTSDIR}/science/py-scipy \
${PKGNAMEPREFIX}imaging>=1.1.6:${PORTSDIR}/graphics/py-imaging \
${PKGNAMEPREFIX}pyfits>=1.1:${PORTSDIR}/astro/py-pyfits \
${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib
-RUN_DEPENDS= ${PYNUMPY} \
- ${PKGNAMEPREFIX}scipy>=0.7.0:${PORTSDIR}/science/py-scipy \
- ${PKGNAMEPREFIX}imaging>=1.1.6:${PORTSDIR}/graphics/py-imaging \
- ${PKGNAMEPREFIX}pyfits>=1.1:${PORTSDIR}/astro/py-pyfits \
- ${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes