Update mail/geary to version 0.10.0
[dports.git] / misc / pear-Services_Weather / Makefile
1 # Created by: Thierry Thomas (<thierry@FreeBSD.org>)
2 # $FreeBSD$
3
4 PORTNAME=       Services_Weather
5 PORTVERSION=    1.4.6
6 PORTEPOCH=      1
7 CATEGORIES=     misc www pear geography
8
9 MAINTAINER=     ports@FreeBSD.org
10 COMMENT=        PEAR interface to various online weather-services
11
12 RUN_DEPENDS=    ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
13
14 USE_PHP=        ctype pcre
15
16 OPTIONS_DEFINE= PEAR_NET_FTP PEAR_CACHE PEAR_DB PEAR_SOAP PEAR_XML_SERIALIZER
17 PEAR_NET_FTP_DESC=      PEAR::Net::FTP support
18 PEAR_CACHE_DESC=        PEAR::Cache support
19 PEAR_DB_DESC=   PEAR::DB support
20 PEAR_SOAP_DESC= PEAR::SOAP support
21 PEAR_XML_SERIALIZER_DESC=       PEAR::XML::Serializer support
22
23 USES=   pear
24
25 PEAR_NET_FTP_BUILD_DEPENDS=     ${PEARDIR}/Net/FTP.php:${PORTSDIR}/ftp/pear-Net_FTP
26 PEAR_CACHE_BUILD_DEPENDS=       ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache
27 PEAR_DB_BUILD_DEPENDS=  ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
28 PEAR_SOAP_BUILD_DEPENDS=        ${PEARDIR}/SOAP/Base.php:${PORTSDIR}/net/pear-SOAP
29 PEAR_XML_SERIALIZER_BUILD_DEPENDS=      ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
30
31 .include <bsd.port.mk>