mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
50f8eaece1
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
18 lines
304 B
Makefile
18 lines
304 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
|
|
|
|
NO_STAGE= yes
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|