1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/misc/pear-Services_Weather/Makefile
Muhammad Moinur Rahman 0ac3a69555 */*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
  * www/moodle40: Remove OPTION MSSQL
  * www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
  of all versions of php
  * databases/phpmyadmin: Remove OPTION OPENSSL
  * databases/phpmyadmin5: Remove OPTION OPENSSL
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
  * www/nextcloud: Remove OPTION SSL
  * www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
  all versions of php
  * sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
  following ports
  * www/typo3-11
  * www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
  * databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
  all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
  Windows only php module
  * www/typo3-11: Remove OPTION SQLSRV
  * www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected

Sponsored by:	Bounce Experts

Approved by:	portmgr(blanket)
2023-04-16 20:09:23 +02:00

36 lines
1.1 KiB
Makefile

PORTNAME= Services_Weather
PORTVERSION= 1.4.7
PORTEPOCH= 1
CATEGORIES= misc www pear geography
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR interface to various online weather-services
WWW= https://pear.php.net/package/Services_Weather
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}HTTP_Request>=1.2.0:www/pear-HTTP_Request@${PHP_FLAVOR}
USES= pear
USE_PHP= ctype
NO_ARCH= yes
USE_GITHUB= yes
GH_ACCOUNT= pear
OPTIONS_DEFINE= CACHE DB NET_FTP SOAP XML_SERIALIZER
NET_FTP_DESC= PEAR::Net::FTP support
CACHE_DESC= PEAR::Cache support
DB_DESC= PEAR::DB support
SOAP_DESC= PEAR::SOAP support
XML_SERIALIZER_DESC= PEAR::XML::Serializer support
CACHE_RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Cache>=1.5.3:sysutils/pear-Cache@${PHP_FLAVOR}
DB_RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}DB>=1.4.0:databases/pear-DB@${PHP_FLAVOR}
NET_FTP_RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Net_FTP>=1.3.1:ftp/pear-Net_FTP@${PHP_FLAVOR}
SOAP_RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}SOAP>=0.7.5:net/pear-SOAP@${PHP_FLAVOR}
XML_SERIALIZER_RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}XML_Serializer>=0.8:devel/pear-XML_Serializer@${PHP_FLAVOR}
.include <bsd.port.mk>