diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 01:27:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 01:27:26 +0000 |
commit | 3a9fb4559479673811419cc16ffab4de80df5558 (patch) | |
tree | 2f308feec8c149ccd6e457ff2154f1183f89ee42 /www | |
parent | 54525f8c2b19c20c2c9d363dd22e0665d931b0e7 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/pear-Services_Yahoo/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/www/pear-Services_Yahoo/Makefile b/www/pear-Services_Yahoo/Makefile index 561fea52e1b5..d47821bc0985 100644 --- a/www/pear-Services_Yahoo/Makefile +++ b/www/pear-Services_Yahoo/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Services_Yahoo -# Date created: 10 Dez 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Services_Yahoo PORTVERSION= 0.2.0 @@ -15,13 +11,7 @@ COMMENT= Provides access to the Yahoo! Web Services BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -CATEGORY= Services -FILES= Yahoo/ContentAnalysis/AbstractContentAnalysis.php Yahoo/ContentAnalysis/Response.php \ - Yahoo/ContentAnalysis/spellingSuggestion.php Yahoo/ContentAnalysis/termExtraction.php \ - Yahoo/Maps/Request.php Yahoo/Maps/XMLDocument.php Yahoo/Search/AbstractSearch.php \ - Yahoo/Search/Response.php Yahoo/Search/image.php Yahoo/Search/local.php Yahoo/Search/news.php \ - Yahoo/Search/video.php Yahoo/Search/web.php Yahoo/Tests/All.php Yahoo/Tests/Exception.php \ - Yahoo/Tests/Search.php Yahoo/Exception.php Yahoo/ContentAnalysis.php Yahoo/Search.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |