Tweak astro/py-pymetar version 0.20
[dports.git] / astro / py-pymetar / Makefile
1 # Created by: Hye-Shik Chang <perky@fallin.lv>
2 # $FreeBSD$
3
4 PORTNAME=       pymetar
5 PORTVERSION=    0.20
6 CATEGORIES=     astro python geography
7 MASTER_SITES=   http://www.schwarzvogel.de/pkgs/ \
8                 LOCAL/sunpoet
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10
11 MAINTAINER=     sunpoet@FreeBSD.org
12 COMMENT=        Python module that provides access to NOAA METAR weather reports
13
14 LICENSE=        GPLv2
15 LICENSE_FILE=   ${WRKSRC}/COPYING
16
17 NO_ARCH=        yes
18 USE_PYTHON=     autoplist distutils
19 USES=           python:2 shebangfix
20
21 SHEBANG_FILES=  bin/${PORTNAME}
22
23 .include <bsd.port.mk>