aboutsummaryrefslogtreecommitdiffstats
path: root/astro/pyephem/Makefile
blob: 5f56990264e29c7831444fef4e74d6dd70921b0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: db
# $FreeBSD$

PORTNAME=   pyephem
PORTVERSION=    3.7.5.3
PORTEPOCH=  1
CATEGORIES= astro math hamradio
MASTER_SITES=   CHEESESHOP

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

USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST=  yes

.include <bsd.port.mk>