ports/astro/py-astropy/Makefile
Steve Wills c01d766819 astro/py-astropy: create port
Astropy is a package intended to contain core functionality and some common
tools needed for performing astronomy and astrophysics research with Python. It
also provides an index for other astronomy packages and tools for managing
them.

WWW: http://www.astropy.org

PR:		210278
Submitted by:	nathanw
2016-07-02 19:31:16 +00:00

21 lines
388 B
Makefile

# Created by: nwhitehorn
# $FreeBSD$
PORTNAME= astropy
PORTVERSION= 1.1.2
CATEGORIES= astro
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nwhitehorn@FreeBSD.org
COMMENT= Community-developed python astronomy tools
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>