head	1.11;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.02.55;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.04.11.20.37.38;	author swills;	state Exp;
branches;
next	1.9;

1.9
date	2012.01.21.17.39.22;	author eadler;	state Exp;
branches;
next	1.8;

1.8
date	2009.06.21.19.19.52;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2009.02.01.03.51.32;	author rafan;	state Exp;
branches;
next	1.6;

1.6
date	2008.04.17.14.30.22;	author araujo;	state Exp;
branches;
next	1.5;

1.5
date	2007.09.08.01.11.45;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2007.04.29.11.33.31;	author clsung;	state Exp;
branches;
next	1.3;

1.3
date	2006.10.01.03.14.56;	author clsung;	state Exp;
branches;
next	1.2;

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

1.1
date	2006.07.19.00.27.08;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-WWW-Shorten-0rz
# Date created:				2006-07-16
# Whom:					Tsung-Han Yeh <snowfly@@yuntech.edu.tw>
#
# $FreeBSD: head/www/p5-WWW-Shorten-0rz/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	WWW-Shorten-0rz
PORTVERSION=	0.07
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	snowfly@@yuntech.edu.tw
COMMENT=	Shorten URL using 0rz.net

BUILD_DEPENDS=	p5-WWW-Shorten>=0:${PORTSDIR}/www/p5-WWW-Shorten \
		p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception

PERL_CONFIGURE=	yes

MAN3=		WWW::Shorten::0rz.3

.include <bsd.port.mk>
@


1.10
log
@- Add TEST_DEPENDS
- Avoid use of SITE_PERL in DEPENDS

PR:		ports/166355
Approved by:	maintainer timeout (snowfly@@yuntech.edu.tw, >2 weeks)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
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}/WWW/Shorten.pm:${PORTSDIR}/www/p5-WWW-Shorten \
		${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize
d20 1
@


1.8
log
@- Update to 0.07

PR:             ports/135820
Approved by:    maintainer
Submitted by:   myself (pgollucci@@)
@
text
@d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.7
log
@- Update to 0.06

PR:		ports/131216
Submitted by:	Tsung-Han Yeh <snowfly at yuntech.edu.tw> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.06
@


1.6
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
@d9 1
a9 1
PORTVERSION=	0.05
@


1.5
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.4
log
@- Update to 0.05

PR:		ports/112010
Submitted by:	clsung
Approved by:	maintainer "snowfly" <snowfly_AT_yuntech dot edu dot tw>
@
text
@d26 1
a26 11
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
post-patch:
	@@${PERL} -pi -e 's/^our ([\$$\@@]\w+)/use vars qw($$1); $$1/;' \
		     -e '$$_ = "" if /use 5.006/;' \
		     -e '$$_ = "" if /use warnings/;' \
		 $$(${FIND} ${WRKSRC} -name '*.pm')
.endif

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


1.3
log
@- Update to 0.04
- Changes
  - 0rz.net moved to 0rz.tw

PR:		ports/103835
Submitted by:	clsung
Approved by:	maintainer <snowfly_AT_yuntech dot edu dot tw>
@
text
@d9 1
a9 1
PORTVERSION=	0.04
@


1.2
log
@- Update to 0.03

PR:		ports/102726
Submitted by:	Tsung-Han Yeh <snowfly(at)yuntech.edu.tw>
@
text
@d9 1
a9 1
PORTVERSION=	0.03
@


1.1
log
@Add p5-WWW-Shorten-0rz 0.02, shorten URL using 0rz.net.

PR:		ports/100433
Submitted by:	Tsung-Han Yeh <snowfly at yuntech.edu.tw>
@
text
@d9 1
a9 1
PORTVERSION=	0.02
@

