svn commit: r391802 - head/misc/pear-Services_Weather
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 12 16:08:22 UTC 2015
Author: sunpoet
Date: Sun Jul 12 16:08:21 2015
New Revision: 391802
URL: https://svnweb.freebsd.org/changeset/ports/391802
Log:
- Add LICENSE
- Add NO_ARCH
- Add PORTSCOUT: 1.4.7 tarball is corrupted
- Cosmetic change
Modified:
head/misc/pear-Services_Weather/Makefile
Modified: head/misc/pear-Services_Weather/Makefile
==============================================================================
--- head/misc/pear-Services_Weather/Makefile Sun Jul 12 16:08:16 2015 (r391801)
+++ head/misc/pear-Services_Weather/Makefile Sun Jul 12 16:08:21 2015 (r391802)
@@ -9,23 +9,27 @@ CATEGORIES= misc www pear geography
MAINTAINER= ports at 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>
More information about the svn-ports-all
mailing list