aboutsummaryrefslogtreecommitdiff
path: root/science/metaf2xml
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-02 15:39:33 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-02 15:39:33 +0000
commit82c97bec20aafd5e6dad02c61a3f0e17a85ac657 (patch)
treeaca404b1561bdca1abcedae1aef571760c1f4d8f /science/metaf2xml
parentef28777df22846cd73457af02803fb7866459910 (diff)
downloadports-82c97bec20aafd5e6dad02c61a3f0e17a85ac657.tar.gz
ports-82c97bec20aafd5e6dad02c61a3f0e17a85ac657.zip
Notes
Diffstat (limited to 'science/metaf2xml')
-rw-r--r--science/metaf2xml/Makefile18
1 files changed, 5 insertions, 13 deletions
diff --git a/science/metaf2xml/Makefile b/science/metaf2xml/Makefile
index 5b462cb6d890..82b8ee5247b5 100644
--- a/science/metaf2xml/Makefile
+++ b/science/metaf2xml/Makefile
@@ -12,6 +12,8 @@ COMMENT= Parse and Decode METAR, TAF, SYNOP, BUOY and AMDAR and Write as XML
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
+RUN_DEPENDS= p5-CGI>0:www/p5-CGI
+
OPTIONS_DEFINE= APACHE DOCS
OPTIONS_SUB= yes
APACHE_DESC= Install Apache config file for metaf2xml (depends on Apache)
@@ -34,17 +36,7 @@ SHEBANG_FILES= metaf.pl metaf2xml.pl metafsrc2raw.pl
PLIST_SUB= VERSION=${PORTVERSION}
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} >= 502200
-RUN_DEPENDS+= p5-CGI>0:www/p5-CGI
-.endif
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MAPACHE}
-USE_APACHE_RUN= 22+
-MAKE_ARGS+= CONF_DIR=${PREFIX}/${APACHEETCDIR}/Includes
-.endif
+APACHE_MAKE_ARGS= CONF_DIR=${PREFIX}/${APACHEETCDIR}/Includes
+APACHE_USE= APACHE_RUN=22+
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>