mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
21 lines
436 B
Makefile
21 lines
436 B
Makefile
PORTNAME= metar
|
|
PORTVERSION= 1.11.0
|
|
CATEGORIES= astro python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Parse METAR-coded weather reports
|
|
WWW= https://github.com/python-metar/python-metar
|
|
|
|
# It actually has the first clause only.
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|