mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
26 lines
571 B
Makefile
26 lines
571 B
Makefile
# New ports collection makefile for: py-metar
|
|
# Date created: 26 July 2002
|
|
# Whom: Hye-Shik Chang <perky@fallin.lv>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= metar
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= astro python
|
|
MASTER_SITES= http://unattached.i-no.de/pkgs/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= pymetar-${PORTVERSION}
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
|
COMMENT= Python module that provides access to NOAA's METAR weather reports
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
USE_PYTHON_PREFIX= yes
|
|
|
|
post-extract:
|
|
${CP} ${WRKSRC}/bin/pymet2.py ${WRKSRC}/bin/pymet2
|
|
|
|
.include <bsd.port.mk>
|