head	1.20;
access;
symbols
	RELEASE_8_3_0:1.18
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.16
	RELEASE_7_2_0:1.16
	RELEASE_7_1_0:1.15
	RELEASE_6_4_0:1.15
	RELEASE_5_EOL:1.15
	RELEASE_7_0_0:1.14
	RELEASE_6_3_0:1.14
	PRE_XORG_7:1.13
	RELEASE_4_EOL:1.13
	RELEASE_6_2_0:1.12
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.9
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3;
locks; strict;
comment	@# @;


1.20
date	2012.11.17.06.02.54;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2012.06.05.12.43.46;	author culot;	state Exp;
branches;
next	1.18;

1.18
date	2012.01.21.17.39.18;	author eadler;	state Exp;
branches;
next	1.17;

1.17
date	2011.09.17.06.49.26;	author sunpoet;	state Exp;
branches;
next	1.16;

1.16
date	2009.01.29.17.41.17;	author erwin;	state Exp;
branches;
next	1.15;

1.15
date	2008.04.17.14.30.18;	author araujo;	state Exp;
branches;
next	1.14;

1.14
date	2007.09.08.01.11.42;	author linimon;	state Exp;
branches;
next	1.13;

1.13
date	2006.12.29.18.15.15;	author erwin;	state Exp;
branches;
next	1.12;

1.12
date	2006.06.10.19.50.06;	author erwin;	state Exp;
branches;
next	1.11;

1.11
date	2006.05.17.17.31.25;	author erwin;	state Exp;
branches;
next	1.10;

1.10
date	2005.09.06.08.04.34;	author erwin;	state Exp;
branches;
next	1.9;

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

1.8
date	2003.10.14.12.06.38;	author erwin;	state Exp;
branches;
next	1.7;

1.7
date	2003.06.12.16.41.14;	author erwin;	state Exp;
branches;
next	1.6;

1.6
date	2003.02.21.14.01.28;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2002.06.19.13.35.01;	author pat;	state Exp;
branches;
next	1.4;

1.4
date	2001.12.04.03.54.23;	author petef;	state Exp;
branches;
next	1.3;

1.3
date	2001.03.01.06.39.05;	author vanilla;	state Exp;
branches;
next	1.2;

1.2
date	2001.01.09.13.38.57;	author roam;	state Exp;
branches;
next	1.1;

1.1
date	2001.01.03.23.47.08;	author will;	state Exp;
branches;
next	;


desc
@@


1.20
log
@Switch exporter over
@
text
@# New ports collection makefile for:	WWW-Babelfish
# Date created:				Wed Jan  3 08:00:30 2001
# Whom:					will
#
# $FreeBSD: head/www/p5-WWW-Babelfish/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	WWW-Babelfish
PORTVERSION=	0.16
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl interface to obtain translations from the babelfish server

BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
		p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		WWW::Babelfish.3

.include <bsd.port.mk>
@


1.19
log
@- Remove SITE_PERL from *_DEPENDS

Submitted by:	az@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.18
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/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String
@


1.17
log
@- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+

With hat:	perl
@
text
@d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.16
log
@Reassign my p5-* ports to perl@@ so more than one person
can look at them.
@
text
@d21 1
a21 1
PERL_CONFIGURE=	5.8.0+
@


1.15
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
@d14 1
a14 1
MAINTAINER=	erwin@@FreeBSD.org
@


1.14
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.13
log
@Update to 0.16
@
text
@d22 1
a22 1
PERL_CONFIGURE=	yes
d26 1
a26 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800
IGNORE=		requires perl 5.8.0 or higher. Please install lang/perl5.8 and try again
.endif

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


1.12
log
@Update to 0.15
@
text
@d9 1
a9 1
PORTVERSION=	0.15
@


1.11
log
@- Update to 0.14
- Pet portlint while I'm here
@
text
@d9 1
a9 1
PORTVERSION=	0.14
@


1.10
log
@Update to 0.13
@
text
@d9 1
a9 1
PORTVERSION=	0.13
d29 1
a29 1
IGNORE=		This program only support perl 5.8.0 or above
@


1.9
log
@Update to 0.12

Note: This port now is perl 5.8.x only.
@
text
@d9 1
a9 1
PORTVERSION=	0.12
@


1.8
log
@Update to 0.11
@
text
@d9 1
a9 1
PORTVERSION=	0.11
d26 7
a32 1
.include <bsd.port.mk>
@


1.7
log
@Change to my FreeBSD.org address
@
text
@d9 1
a9 1
PORTVERSION=	0.10
a21 1
SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
a23 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.6
log
@De-pkg-comment.
@
text
@d15 1
a15 1
MAINTAINER=	erwin@@lansing.dk
@


1.5
log
@- Update to 0.10
- Give maintainership to submitter
- Add WWW tag to pkg-descr

PR:		39522
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@d16 1
@


1.4
log
@Add a dependency on ports/devel/p5-IO-String.

PR:		32486
Submitted by:	Christopher Elkins <chrise@@scardini.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.09
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.3
log
@Remove do-configure section, use PERL_CONFIGURE now.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-WWW-Babelfish/Makefile,v 1.2 2001/01/09 13:38:57 roam Exp $
d17 2
a18 1
BUILD_DEPENDS=	${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
@


1.2
log
@Remove an extraneous 'perl5' word on the BUILD_DEPENDS line.

Approved by:	will
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-WWW-Babelfish/Makefile,v 1.1 2001/01/03 23:47:08 will Exp $
a20 1
USE_PERL5=	yes
@


1.1
log
@Add p5-WWW-Babelfish 0.09, perl interface to obtain translations from the
babelfish server.
@
text
@d5 1
a5 1
# $FreeBSD$
d17 1
a17 1
BUILD_DEPENDS=	${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww perl5
@

