summaryrefslogtreecommitdiff
path: root/astro/py-astropy/Makefile
blob: a823102fcfaf4c41cc22c68aea3e9eeb7e8c6790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: nwhitehorn
# $FreeBSD$

PORTNAME=	astropy
PORTVERSION=	1.1.2
PORTREVISION=	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>