head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.02.56;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.06.10.18.42.48;	author swills;	state Exp;
branches;
next	1.5;

1.5
date	2009.02.03.09.06.52;	author erwin;	state Exp;
branches;
next	1.4;

1.4
date	2007.10.29.15.35.56;	author mat;	state Exp;
branches;
next	1.3;

1.3
date	2007.09.26.19.55.34;	author lbr;	state Exp;
branches;
next	1.2;

1.2
date	2007.04.15.16.29.40;	author erwin;	state Exp;
branches;
next	1.1;

1.1
date	2007.01.25.15.14.12;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	WebService::YouTube
# Date created:			Jan 25, 2007
# Whom:				ijliao
#
# $FreeBSD: head/www/p5-WebService-YouTube/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	WebService-YouTube
PORTVERSION=	1.0.3
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl interface to YouTube

RUN_DEPENDS=	p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
		p5-libwww>0:${PORTSDIR}/www/p5-libwww \
		p5-URI>0:${PORTSDIR}/net/p5-URI \
		p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple \
		p5-version>0:${PORTSDIR}/devel/p5-version
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	WebService::YouTube.3 \
	WebService::YouTube::Feeds.3 \
	WebService::YouTube::User.3 \
	WebService::YouTube::Util.3 \
	WebService::YouTube::Video.3 \
	WebService::YouTube::Videos.3

.include <bsd.port.mk>
@


1.6
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
@d6 1
a6 1
# $FreeBSD$
@


1.5
log
@Update to 1.0.3

PR:		131320
Submitted by:	"Cory R. King" <coryking@@mozimedia.com>
@
text
@d23 1
a23 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.4
log
@Update to 1.0.2
@
text
@d10 1
a10 1
PORTVERSION=	1.0.2
d25 1
a25 1
PERL_MODBUILD=	yes
@


1.3
log
@Fix typo.

Submitted by:	danfe
@
text
@d10 1
a10 1
PORTVERSION=	1.0.1
a13 1
DISTNAME=	${PORTNAME}-v${PORTVERSION}
@


1.2
log
@- Update to 1.0.1
- Remove 4.x cruft
@
text
@d17 1
a17 1
COMMENT=	Perl interfece to YouTube
@


1.1
log
@add p5-WebService-YouTube 1.0.0
Perl interfece to YouTube
@
text
@d10 1
a10 1
PORTVERSION=	1.0.0
d35 1
a35 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
BROKEN=		Does not compile with perl ${PERL_VERSION}
.endif

.include <bsd.port.post.mk>
@

