mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
ea555436fe
Approved by: maintainer implicit
22 lines
498 B
Makefile
22 lines
498 B
Makefile
# Ports collection makefile for: py-emphem
|
|
# Date created: Feb 27, 2007
|
|
# Whom: db
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pyephem
|
|
PORTVERSION= 3.7.3.4
|
|
PORTEPOCH= 1
|
|
CATEGORIES= astro math hamradio
|
|
MASTER_SITES= ${MASTER_SITE_CHEESESHOP:S"%SUBDIR%"source/p/pyephem"} \
|
|
${MASTER_SITE_LOCAL:S"%SUBDIR%"db"}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Scientific-grade astronomical computations for Python
|
|
|
|
USE_PYTHON= 2.4+
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|