head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	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.2
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


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

1.7
date	2012.08.22.21.42.37;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2012.01.21.17.39.23;	author eadler;	state Exp;
branches;
next	1.5;

1.5
date	2009.12.29.04.13.54;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2009.11.13.23.58.40;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2009.10.21.15.32.30;	author wen;	state Exp;
branches;
next	1.2;

1.2
date	2009.05.06.01.01.40;	author amdmi3;	state Exp;
branches;
next	1.1;

1.1
date	2009.01.26.18.57.56;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-WebService-MusicBrainz
# Date created:		2009-01-19
# Whom:			Christopher Key <cjk32@@cam.ac.uk>
#
# $FreeBSD: head/www/p5-WebService-MusicBrainz/Makefile 302967 2012-08-22 21:42:37Z linimon $
#

PORTNAME=	WebService-MusicBrainz
PORTVERSION=	0.93
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Perl interface to MusicBrainz

BUILD_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-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		WebService::MusicBrainz.3 \
		WebService::MusicBrainz::Artist.3 \
		WebService::MusicBrainz::Label.3 \
		WebService::MusicBrainz::Query.3 \
		WebService::MusicBrainz::Release.3 \
		WebService::MusicBrainz::ReleaseGroup.3 \
		WebService::MusicBrainz::Response.3 \
		WebService::MusicBrainz::Track.3 \
		WebService::MusicBrainz::Response::Alias.3 \
		WebService::MusicBrainz::Response::AliasList.3 \
		WebService::MusicBrainz::Response::Artist.3 \
		WebService::MusicBrainz::Response::ArtistList.3 \
		WebService::MusicBrainz::Response::Disc.3 \
		WebService::MusicBrainz::Response::DiscList.3 \
		WebService::MusicBrainz::Response::ISRC.3 \
		WebService::MusicBrainz::Response::ISRCList.3 \
		WebService::MusicBrainz::Response::Label.3 \
		WebService::MusicBrainz::Response::LabelList.3 \
		WebService::MusicBrainz::Response::Metadata.3 \
		WebService::MusicBrainz::Response::Puid.3 \
		WebService::MusicBrainz::Response::PuidList.3 \
		WebService::MusicBrainz::Response::Rating.3 \
		WebService::MusicBrainz::Response::Relation.3 \
		WebService::MusicBrainz::Response::RelationList.3 \
		WebService::MusicBrainz::Response::Release.3 \
		WebService::MusicBrainz::Response::ReleaseList.3 \
		WebService::MusicBrainz::Response::ReleaseEvent.3 \
		WebService::MusicBrainz::Response::ReleaseEventList.3 \
		WebService::MusicBrainz::Response::ReleaseGroup.3 \
		WebService::MusicBrainz::Response::ReleaseGroupList.3 \
		WebService::MusicBrainz::Response::Tag.3 \
		WebService::MusicBrainz::Response::TagList.3 \
		WebService::MusicBrainz::Response::Track.3 \
		WebService::MusicBrainz::Response::TrackList.3 \
		WebService::MusicBrainz::Response::UserRating.3 \
		WebService::MusicBrainz::Response::UserTag.3 \
		WebService::MusicBrainz::Response::UserTagList.3

.include <bsd.port.mk>
@


1.7
log
@SVN rev 302967 on 2012-08-22 21:42:37Z by linimon

Reset cjk32@@cam.ac.uk due to permanent bounce.

Hat:		portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
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
@d14 1
a14 1
MAINTAINER=	cjk32@@cam.ac.uk
@


1.5
log
@- Update to 0.93

PR:             ports/141546
Approved by:    maintainer timeout (cjk32@@cam.ac.uk; 14 days)
Submitted by:   myself (pgollucci@@)
@
text
@d21 1
a21 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.4
log
@- Update to 0.92

PR:		140502
Submitted by:	Christopher Key <cjk32@@cam.ac.ul> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.92
@


1.3
log
@- Update to 0.91

PR:		ports/139793
Submitted by:	Christopher Key <cjk32@@cam.ac.uk> (maintainer)
Approved by:	mentors(implicit)
@
text
@d9 1
a9 1
PORTVERSION=	0.91
@


1.2
log
@- Update to 0.22

PR:		134026
Submitted by:	Christopher Key <chris at chacal dot cjkey dot org dot uk> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.22
d30 1
d39 2
d46 1
d53 2
d58 4
a61 1
		WebService::MusicBrainz::Response::TrackList.3
@


1.1
log
@This is a Perl interface to the MusicBrainz API.

WWW:	http://search.cpan.org/dist/WebService-MusicBrainz/

PR:		ports/ports/130758
Submitted by:	Christopher Key <cjk32 at cam.ac.uk>
@
text
@d9 1
a9 1
PORTVERSION=	0.20
@

