aboutsummaryrefslogtreecommitdiff
path: root/misc/pear-Services_Weather
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-07-12 16:08:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-07-12 16:08:21 +0000
commit3b9ac39ba6e7cb8c4268e9e5ea1315f038352eba (patch)
treeb265286116d4af4e9c3bf83437d72cb8476bd2de /misc/pear-Services_Weather
parent68b0deb8b63fb1216112806835733b5b54c44f64 (diff)
downloadports-3b9ac39ba6e7cb8c4268e9e5ea1315f038352eba.tar.gz
ports-3b9ac39ba6e7cb8c4268e9e5ea1315f038352eba.zip
Notes
Diffstat (limited to 'misc/pear-Services_Weather')
-rw-r--r--misc/pear-Services_Weather/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/misc/pear-Services_Weather/Makefile b/misc/pear-Services_Weather/Makefile
index ec7d803723e4..cb2490d2f1e5 100644
--- a/misc/pear-Services_Weather/Makefile
+++ b/misc/pear-Services_Weather/Makefile
@@ -9,23 +9,27 @@ CATEGORIES= misc www pear geography
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR interface to various online weather-services
+LICENSE= BSD2CLAUSE
+
RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
+PORTSCOUT= skipv:1.4.7
+
+NO_ARCH= yes
USE_PHP= ctype pcre
+USES= pear
OPTIONS_DEFINE= PEAR_NET_FTP PEAR_CACHE PEAR_DB PEAR_SOAP PEAR_XML_SERIALIZER
PEAR_NET_FTP_DESC= PEAR::Net::FTP support
-PEAR_CACHE_DESC= PEAR::Cache support
+PEAR_CACHE_DESC=PEAR::Cache support
PEAR_DB_DESC= PEAR::DB support
PEAR_SOAP_DESC= PEAR::SOAP support
PEAR_XML_SERIALIZER_DESC= PEAR::XML::Serializer support
-USES= pear
-
PEAR_NET_FTP_BUILD_DEPENDS= ${PEARDIR}/Net/FTP.php:${PORTSDIR}/ftp/pear-Net_FTP
PEAR_CACHE_BUILD_DEPENDS= ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache
PEAR_DB_BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
-PEAR_SOAP_BUILD_DEPENDS= ${PEARDIR}/SOAP/Base.php:${PORTSDIR}/net/pear-SOAP
+PEAR_SOAP_BUILD_DEPENDS=${PEARDIR}/SOAP/Base.php:${PORTSDIR}/net/pear-SOAP
PEAR_XML_SERIALIZER_BUILD_DEPENDS= ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
.include <bsd.port.mk>