77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
20 lines
448 B
Makefile
20 lines
448 B
Makefile
PORTNAME= pygeodesy
|
|
PORTVERSION= 22.7.7
|
|
CATEGORIES= science python
|
|
MASTER_SITES= PYPI \
|
|
https://github.com/mrJean1/PyGeodesy/raw/master/dist/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= PyGeodesy-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Pure Python geodesy tools
|
|
WWW= https://github.com/mrJean1/PyGeodesy
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python:3.8+ zip
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|