1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/astro/py-astral/Makefile
rozhuk.im 45a0496cb1 astro/py-astral: New port
Calculations for the position of the sun and moon.

PR:		252078
Approved by:	lwhsu (mentor)
2021-06-30 02:43:35 -04:00

20 lines
457 B
Makefile

PORTNAME= astral
DISTVERSION= 2.2
CATEGORIES= astro python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Calculations for the position of the sun and moon
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>