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

PORTNAME=	astropy
PORTVERSION=	1.1.2 # Do not update without testing ports depending on this one
PORTREVISION=	2
PORTEPOCH=	2
CATEGORIES=	astro
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	nwhitehorn@FreeBSD.org
COMMENT=	Community-developed python astronomy tools

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/licenses/LICENSE.rst

BUILD_DEPENDS=	${PYNUMPY}
RUN_DEPENDS=	${PYNUMPY}

USES=		python
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>