head	1.5;
access;
symbols
	RELEASE_8_3_0:1.2
	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
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2;
locks; strict;
comment	@# @;


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

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

1.3
date	2012.06.10.18.42.48;	author swills;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.17.14.30.24;	author araujo;	state Exp;
branches;
next	1.1;

1.1
date	2008.01.18.01.12.48;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308985
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308985 | az | 2012-12-16 06:12:28 +0000 (Sun, 16 Dec 2012) | 5 lines
## SVN ##
## SVN ## - Set default perl version for ports which currently using
## SVN ##   (5.x+ and x < 12) scheme.
## SVN ##
## SVN ## Approved by: bapt@@ (portmgr@@)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	www/p5-Yahoo-Lifestyle
# Date created:				16 Jan 2008
# Whom:					Rong-En Fan <rafan@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Yahoo-Lifestyle/Makefile 308985 2012-12-16 06:12:28Z az $
#

PORTNAME=	Yahoo-Lifestyle
PORTVERSION=	0.2
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	hcchien@@hcchien.org
COMMENT=	A simple interface for Yahoo! Taiwan Lifestyle open APIs

BUILD_DEPENDS:=	${RUN_DEPENDS} \
		p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS=	p5-Yahoo-BBAuth>=0:${PORTSDIR}/security/p5-Yahoo-BBAuth \
		p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
		p5-libwww>0:${PORTSDIR}/www/p5-libwww

PERL_CONFIGURE=	yes

MAN3=		Yahoo::Lifestyle.3

.include <bsd.port.mk>
@


1.4
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/p5-Yahoo-Lifestyle/Makefile 300897 2012-07-14 14:29:18Z beat $
a22 1
USE_PERL5=	5.8.1+
@


1.3
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d17 1
a17 1
BUILD_DEPENDS=	${RUN_DEPENDS} \
@


1.1
log
@Yahoo::Lifestyle is a simple interface for Yahoo! Taiwan Lifestyle
open APIs. And you will need the Yahoo::BBAuth for some authentication
APIs. Before you use that, you have to register a appid and secret
for APIs request.

WWW: http://search.cpan.org/dist/Yahoo-Lifestyle/
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Yahoo
@

