head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2013.03.17.10.45.54;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.11.17.06.02.56;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.01.21.17.39.56;	author eadler;	state Exp;
branches;
next	1.3;

1.3
date	2012.01.14.16.32.19;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2009.08.22.21.31.58;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2009.05.16.23.27.26;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314411
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Wen Heping <wenheping@@gmail.com>
# $FreeBSD: head/www/pear-Services_Amazon/Makefile 314411 2013-03-17 08:27:46Z miwi $

PORTNAME=	Services_Amazon
PORTVERSION=	0.9.0
CATEGORIES=	www pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	PHP interface to Amazon Product Advertising API

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
		${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
		${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
RUN_DEPENDS:=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
		${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
		${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer

PEAR_AUTOINSTALL=	yes

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
@


1.5
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:  pear-Services_Amazon
# Date created:			  11 May,2009
# Whom:				  Wen Heping <wenheping@@gmail.com>
#
# $FreeBSD: head/www/pear-Services_Amazon/Makefile 300897 2012-07-14 14:29:18Z beat $
#
@


1.4
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Update to 0.9.0.
@
text
@d18 1
a18 1
RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
@


1.2
log
@- Take over maintainership

Approved by:	Wen Heping (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.8.0
d18 3
a20 1
RUN_DEPENDS=	${BUILD_DEPENDS}
d22 1
a22 7
CATEGORY=	Net
FILES=		Amazon.php AmazonECS4.php
EXAMPLES=	amazon_ecs4_cache.php \
		amazon_ecs4_cart.php \
		amazon_ecs4_itemsearch.php \
		amazon_example1.php \
		config.php
@


1.1
log
@pear-Services_Amazon is a PHP interface to Amazon Product Advertising API.

WWW: http://pear.php.net/package/Services_Amazon/

PR:		ports/134464
Submitted by:	Wen Heping <wenheping at gmail.com>
@
text
@d12 1
a12 1
MAINTAINER=	wenheping@@gmail.com
@

