aboutsummaryrefslogtreecommitdiff
path: root/astro/pyephem/Makefile
blob: b27123caca08856ee082bf2f6be8685e33ca2965 (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: db
# $FreeBSD$

PORTNAME=	pyephem
PORTVERSION=	3.7.7.0
PORTREVISION=	1
PORTEPOCH=	1
CATEGORIES=	astro math python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Scientific-grade astronomical computations for Python

LICENSE=	LGPL3

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ephem==${PORTVERSION}:astro/py-ephem@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>