freebsd-ports/astro/py-sgp4/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

24 lines
460 B
Makefile

PORTNAME= sgp4
PORTVERSION= 2.21
CATEGORIES= astro python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Python version of the SGP4 satellite position library
WWW= https://github.com/brandon-rhodes/python-sgp4
LICENSE= MIT
#USE_GITHUB= yes
#GH_ACCOUNT= brandon-rhodes
#GH_PROJECT= python-sgp4
USES= python:3.7+
USE_PYTHON= distutils
.if !defined(WITH_DEBUG)
LDFLAGS+= -s
.endif
.include <bsd.port.mk>