aboutsummaryrefslogtreecommitdiffstats
path: root/astro/pyephem/Makefile
blob: a10eb044d692f27307c33303b4b29dc813a49b37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Ports collection makefile for:        py-emphem
# Date created:                 Feb 27, 2007
# Whom:                         db
#
# $FreeBSD$
#

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

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

USE_PYTHON= -2.7
USE_PYDISTUTILS=yes

.include <bsd.port.mk>