1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/astro/py-pymetar/Makefile
Sunpoet Po-Chuan Hsieh 5f651d4cc9 - Add NO_ARCH
2016-02-02 22:44:15 +00:00

24 lines
519 B
Makefile

# Created by: Hye-Shik Chang <perky@fallin.lv>
# $FreeBSD$
PORTNAME= pymetar
PORTVERSION= 0.20
CATEGORIES= astro python geography
MASTER_SITES= http://www.schwarzvogel.de/pkgs/ \
LOCAL/sunpoet
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 shebangfix
SHEBANG_FILES= bin/${PORTNAME}
.include <bsd.port.mk>