# Created by: Hye-Shik Chang <perky@fallin.lv>
# $FreeBSD: head/astro/py-pymetar/Makefile 455438 2017-12-03 20:34:52Z sunpoet $

PORTNAME=	pymetar
PORTVERSION=	0.21
PORTREVISION=	1
CATEGORIES=	astro python geography
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Python module that provides access to NOAA METAR weather reports

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

NO_ARCH=	yes
USE_PYTHON=	autoplist distutils
USES=		python:2.7 shebangfix

SHEBANG_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>
