blob: b09a7cca52e78d38caed4a9ba57e6e6bb8f7fcbf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Ports collection makefile for: py-emphem
# Date created: Feb 27, 2007
# Whom: db
#
# $FreeBSD$
#
PORTNAME= pyephem
PORTVERSION= 3.7.3.1
PORTEPOCH= 1
CATEGORIES= astro math hamradio
MASTER_SITES= ${MASTER_SITE_CHEESESHOP:S"%SUBDIR%"source/p/pyephem"} \
${MASTER_SITE_LOCAL:S"%SUBDIR%"db"}
MAINTAINER= db@FreeBSD.org
COMMENT= Scientific-grade astronomical computations for Python
USE_PYTHON= 2.4+
USE_PYDISTUTILS=yes
.include <bsd.port.mk>
|