diff options
Diffstat (limited to 'astro/py-metar/Makefile')
-rw-r--r-- | astro/py-metar/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/astro/py-metar/Makefile b/astro/py-metar/Makefile index a458afa568d0..79f117eede6a 100644 --- a/astro/py-metar/Makefile +++ b/astro/py-metar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-metar -# Date created: 26 July 2002 -# Whom: Hye-Shik Chang <perky@fallin.lv> -# +# Created by: Hye-Shik Chang <perky@fallin.lv> # $FreeBSD$ -# PORTNAME= metar PORTVERSION= 0.17 @@ -18,6 +14,7 @@ COMMENT= Python module that provides access to NOAA METAR weather reports LICENSE= GPLv2 +OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options OPTIONS_DEFINE= DOCS PYDISTUTILS_PKGNAME= ${REALPORTNAME} |