1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/astro/pyephem/Makefile
2020-07-13 23:12:34 +00:00

30 lines
562 B
Makefile

# Created by: db
# $FreeBSD$
PORTNAME= pyephem
PORTVERSION= 3.7.7.0
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= astro math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Scientific-grade astronomical computations for Python
LICENSE= LGPL3
DEPRECATED= Use py-ephem instead.
EXPIRATION_DATE= 2020-08-04
BROKEN= fails to compile
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ephem==${PORTVERSION}:astro/py-ephem@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>