freebsd-ports/astro/pyephem/Makefile
Rene Ladan 50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00

17 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>