freebsd-ports/science/py-pygeodesy/Makefile
Sunpoet Po-Chuan Hsieh 9afbc7fb06 Fix build with Python 3
2018-12-08 15:43:07 +00:00

21 lines
425 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= pygeodesy
PORTVERSION= 18.11.12
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyGeodesy-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pure Python geodesy tools
LICENSE= MIT
USES= python zip
USE_PYTHON= autoplist concurrent distutils
USE_LOCALE= en_US.UTF-8
.include <bsd.port.mk>