16 lines
293 B
Makefile
16 lines
293 B
Makefile
# Created by: 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>
|