mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
21 lines
410 B
Makefile
21 lines
410 B
Makefile
# 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>
|