head	1.18;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.14
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.11
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6;
locks; strict;
comment	@# @;


1.18
date	2012.11.17.06.02.55;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2012.06.30.17.24.32;	author az;	state Exp;
branches;
next	1.16;

1.16
date	2012.01.21.17.39.21;	author eadler;	state Exp;
branches;
next	1.15;

1.15
date	2009.07.22.16.27.07;	author pgollucci;	state Exp;
branches;
next	1.14;

1.14
date	2008.04.17.14.30.21;	author araujo;	state Exp;
branches;
next	1.13;

1.13
date	2007.09.08.01.11.43;	author linimon;	state Exp;
branches;
next	1.12;

1.12
date	2007.08.02.11.34.37;	author arved;	state Exp;
branches;
next	1.11;

1.11
date	2007.04.20.21.08.02;	author miwi;	state Exp;
branches;
next	1.10;

1.10
date	2006.11.26.12.48.37;	author clsung;	state Exp;
branches;
next	1.9;

1.9
date	2006.06.01.17.23.04;	author erwin;	state Exp;
branches;
next	1.8;

1.8
date	2006.05.29.15.02.07;	author clsung;	state Exp;
branches;
next	1.7;

1.7
date	2006.03.15.10.15.55;	author garga;	state Exp;
branches;
next	1.6;

1.6
date	2006.02.12.10.45.45;	author lawrance;	state Exp;
branches;
next	1.5;

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

1.4
date	2005.10.24.10.56.25;	author az;	state Exp;
branches;
next	1.3;

1.3
date	2005.10.18.13.39.28;	author erwin;	state Exp;
branches;
next	1.2;

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

1.1
date	2005.10.11.17.47.04;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.18
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-WWW-Mixi
# Date created:		2005-08-06
# Whom:			TAKAHASHI Kaoru <kaoru@@kaisei.org>
#
# $FreeBSD: head/www/p5-WWW-Mixi/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	WWW-Mixi
PORTVERSION=	0.50
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kaoru@@kaisei.org
COMMENT=	Perl module of Automated interface to the Mixi

BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
				ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		WWW::Mixi.3 WWW::Mixi::Cookbook.3 WWW::Mixi::Mixi.3

.include <bsd.port.mk>
@


1.17
log
@- Remove SITE_PERL from *_DEPENDS

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


1.16
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
@d17 2
a18 2
BUILD_DEPENDS=	${SITE_PERL}/LWP/RobotUA.pm:${PORTSDIR}/www/p5-libwww \
				${SITE_PERL}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode
@


1.15
log
@- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
@
text
@d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.14
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 2
a18 1
BUILD_DEPENDS=	${SITE_PERL}/LWP/RobotUA.pm:${PORTSDIR}/www/p5-libwww
d25 1
a25 9
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} > 500800
BUILD_DEPENDS+=	${SITE_PERL}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode
.else
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode
.endif

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


1.13
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	WWW
@


1.12
log
@Update to 0.50

PR:		115134
Submitted by:	TAKAHASHI Kaoru <kaoru@@kaisei.org>
@
text
@d27 1
a27 3
.if ${PERL_LEVEL} < 500600
IGNORE=	requires perl 5.6.x or later. Install lang/perl5 then try again
.elif ${PERL_LEVEL} > 500800
@


1.11
log
@- Update to 0.49

PR:		111912
Submitted by:	miwi
Approved by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.49
@


1.10
log
@- Update to 0.48

PR:		ports/105864
Submitted by:	maintainer (TAKAHASHI Kaoru)
@
text
@d9 1
a9 1
PORTVERSION=	0.48
@


1.9
log
@Update to 0.47

PR:		98293
Submitted by:	TAKAHASHI Kaoru <kaoru@@kaisei.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.47
@


1.8
log
@- Update to 0.46

PR:		97893
Submitted by:	maintainer (TAKAHASHI Kaoru)
@
text
@d9 1
a9 1
PORTVERSION=	0.46
@


1.7
log
@- Update to 0.44

PR:		ports/93970
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.44
@


1.6
log
@Update to 0.43.

PR:		ports/93080
Submitted by:	TAKAHASHI Kaoru <kaoru@@kaisei.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.43
@


1.5
log
@Let the IGNORE message make a bit more sense and change it from:

===>  p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.

to:

===>  p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.

Approved by:    silence on -ports
@
text
@d9 1
a9 1
PORTVERSION=	0.42
a30 1
RUN_DEPENDS+=	${SITE_PERL}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode
a32 1
RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode
@


1.4
log
@- Update to version 0.42

PR:		ports/87908
Submitted by:	TAKAHASHI Kaoru (maintainer)
Approved by:	sem (mentor)
@
text
@d28 1
a28 1
IGNORE=	Port requires perl 5.6.x or later. Install lang/perl5 then try again
@


1.3
log
@Update to 0.41

PR:		87600
Submitted by:	TAKAHASHI Kaoru <kaoru@@kaisei.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.41
@


1.2
log
@Turns out that p5-Jcode.pm is installed in different places
depending on the version of perl installed. Work around this.

Submitted by:	pointyhat via kris
@
text
@d9 1
a9 1
PORTVERSION=	0.33
@


1.1
log
@Add p5-WWW-Mixi 0.33, perl module of Automated interface to the Mixi.
Mixi is most famous as SNS of Japan.

PR:		ports/84617
Submitted by:	TAKAHASHI Kaoru <kaoru@@kaisei.org>
@
text
@d18 1
a18 2
BUILD_DEPENDS=	${SITE_PERL}/LWP/RobotUA.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode
d29 6
@

