head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4;
locks; strict;
comment	@# @;


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

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

1.5
date	2012.01.07.07.31.01;	author max;	state Exp;
branches;
next	1.4;

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

1.3
date	2009.08.16.23.33.55;	author amdmi3;	state Exp;
branches;
next	1.2;

1.2
date	2009.07.14.21.57.45;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2009.05.10.22.39.25;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-WWW-Shorten-Bitly
# Date created:				May 7, 2009
# Whom:					Masafumi NAKANE <max@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-WWW-Shorten-Bitly/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	WWW-Shorten-Bitly
PORTVERSION=	1.17
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	max@@FreeBSD.org
COMMENT=	Abstract interface to bit.ly, one of URL shortening sites

BUILD_DEPENDS=	p5-JSON-Any>=1.18:${PORTSDIR}/converters/p5-JSON-Any \
		p5-WWW-Shorten>=1.9:${PORTSDIR}/www/p5-WWW-Shorten \
		p5-XML-Simple>=2.18:${PORTSDIR}/textproc/p5-XML-Simple
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN1=		bitly_url.1
MAN3=		WWW::Shorten::Bitly.3

.include <bsd.port.mk>
@


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
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@Upgrade, 1.14 -> 1.17.
@
text
@d20 1
a20 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.4
log
@- Update to 1.14

PR:		138809
Submitted by:	Masafumi NAKANE <max@@accessibility.org> (maintainer)
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	1.14
@


1.3
log
@- Update to 1.11

PR:		137802
Submitted by:	Masafumi NAKANE <max@@accessibility.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.11
d24 1
@


1.2
log
@- Update to 1.10

PR:		136766
Submitted by:	Masafumi NAKANE <max@@accessibility.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.10
@


1.1
log
@A Perl API to Bit.ly, one of URL shortening sites.

WWW: http://search.cpan.org/dist/WWW-Shorten-Bitly/

PR:		ports/134329
Submitted by:	Masafumi NAKANE <max at FreeBSD.org>
@
text
@d9 1
a9 1
PORTVERSION=	1.06
d15 1
a15 1
COMMENT=	Abstract interface to URL shortening sites
@

