diff options
Diffstat (limited to 'astro/py-metar/Makefile')
-rw-r--r-- | astro/py-metar/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/astro/py-metar/Makefile b/astro/py-metar/Makefile index 1649f721a59a..c398269bc4ca 100644 --- a/astro/py-metar/Makefile +++ b/astro/py-metar/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= metar -PORTVERSION= 1.6.0 +PORTVERSION= 1.7.0 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,9 @@ COMMENT= Parse METAR-coded weather reports LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> |