summaryrefslogtreecommitdiff
path: root/science/py-pygeodesy/Makefile
blob: 6efaf58ea9b1d643d5568ed761d01ea8f1f8a652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	pygeodesy
PORTVERSION=	22.7.7
CATEGORIES=	science python
MASTER_SITES=	CHEESESHOP \
		https://github.com/mrJean1/PyGeodesy/raw/master/dist/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	PyGeodesy-${PORTVERSION}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Pure Python geodesy tools

LICENSE=	MIT

USES=		python:3.8+ zip
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>