diff options
author | danfe <danfe@FreeBSD.org> | 2013-02-25 19:09:19 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-02-25 19:09:19 +0800 |
commit | 5d91df24779772eb56bb2cfc55dfbe411aac9caf (patch) | |
tree | 30a84526bd81756797443e8da9bc9c93d78261ba /astro/py-astLib | |
parent | eaee25c3919f8630ad85f93bb31e3be4704121f2 (diff) | |
download | freebsd-ports-gnome-5d91df24779772eb56bb2cfc55dfbe411aac9caf.tar.gz freebsd-ports-gnome-5d91df24779772eb56bb2cfc55dfbe411aac9caf.tar.zst freebsd-ports-gnome-5d91df24779772eb56bb2cfc55dfbe411aac9caf.zip |
For unmaintained ports in `astro' category, drop leading indefinite article
from COMMENT. Whenever appropriate, cleanup Makefiles a bit as well.
Diffstat (limited to 'astro/py-astLib')
-rw-r--r-- | astro/py-astLib/Makefile | 14 |
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 |