head	1.23;
access;
symbols
	RELEASE_8_3_0:1.21
	RELEASE_9_0_0:1.20
	RELEASE_7_4_0:1.20
	RELEASE_8_2_0:1.20
	RELEASE_6_EOL:1.19
	RELEASE_8_1_0:1.19
	RELEASE_7_3_0:1.19
	RELEASE_8_0_0:1.16
	RELEASE_7_2_0:1.16
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.3;
locks; strict;
comment	@# @;


1.23
date	2012.11.17.06.02.55;	author svnexp;	state Exp;
branches;
next	1.22;

1.22
date	2012.08.26.20.49.11;	author lth;	state Exp;
branches;
next	1.21;

1.21
date	2012.01.21.17.39.22;	author eadler;	state Exp;
branches;
next	1.20;

1.20
date	2010.12.13.09.33.15;	author lth;	state Exp;
branches;
next	1.19;

1.19
date	2010.01.23.12.50.59;	author lth;	state Exp;
branches;
next	1.18;

1.18
date	2009.11.22.21.51.57;	author lth;	state Exp;
branches;
next	1.17;

1.17
date	2009.09.29.11.56.14;	author lth;	state Exp;
branches;
next	1.16;

1.16
date	2009.03.25.11.01.03;	author lth;	state Exp;
branches;
next	1.15;

1.15
date	2009.02.26.15.51.23;	author lth;	state Exp;
branches;
next	1.14;

1.14
date	2008.07.07.08.35.18;	author lth;	state Exp;
branches;
next	1.13;

1.13
date	2008.06.30.10.32.52;	author lth;	state Exp;
branches;
next	1.12;

1.12
date	2008.04.29.12.56.43;	author lth;	state Exp;
branches;
next	1.11;

1.11
date	2008.04.17.14.30.22;	author araujo;	state Exp;
branches;
next	1.10;

1.10
date	2007.09.08.01.11.45;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2005.10.13.19.07.11;	author lth;	state Exp;
branches;
next	1.8;

1.8
date	2005.05.31.16.00.15;	author lth;	state Exp;
branches;
next	1.7;

1.7
date	2004.11.21.16.52.34;	author lth;	state Exp;
branches;
next	1.6;

1.6
date	2004.10.31.18.58.00;	author lth;	state Exp;
branches;
next	1.5;

1.5
date	2004.06.01.12.32.33;	author lth;	state Exp;
branches;
next	1.4;

1.4
date	2003.11.16.21.53.02;	author krion;	state Exp;
branches;
next	1.3;

1.3
date	2003.09.08.03.26.43;	author leeym;	state Exp;
branches;
next	1.2;

1.2
date	2003.09.07.01.17.50;	author foxfair;	state Exp;
branches;
next	1.1;

1.1
date	2003.09.01.12.29.36;	author mat;	state Exp;
branches;
next	;


desc
@@


1.23
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-WWW-Shorten
# Date created:				August 29 2003
# Whom:					Lars Thegler <lars@@thegler.dk>
#
# $FreeBSD: head/www/p5-WWW-Shorten/Makefile 303209 2012-08-26 20:49:11Z lth $
#

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

MAINTAINER=	lth@@FreeBSD.org
COMMENT=	Abstract interface to URL shortening sites

BUILD_DEPENDS=	p5-libwww>=5.75:${PORTSDIR}/www/p5-libwww \
		p5-Config-Auto>=0:${PORTSDIR}/devel/p5-Config-Auto \
		p5-URI>=1.27:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN1=		shorten.1
MAN3=		WWW::Shorten.3 \
		WWW::Shorten::LinkToolbot.3 \
		WWW::Shorten::Linkz.3 \
		WWW::Shorten::MakeAShorterLink.3 \
		WWW::Shorten::Metamark.3 \
		WWW::Shorten::TinyClick.3 \
		WWW::Shorten::TinyURL.3 \
		WWW::Shorten::Tinylink.3 \
		WWW::Shorten::UserAgent.3 \
		WWW::Shorten::_dead.3 \
		WWW::Shorten::generic.3

regression-test: build
	@@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test

.include <bsd.port.mk>
@


1.22
log
@SVN rev 303209 on 2012-08-26 20:49:11Z by lth

- Update to 3.03 [1]
- Add regression-test target

PR:		ports/171037 [1]
Submitted by:	swills
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.21
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
@d9 1
a9 1
PORTVERSION=	3.02
d33 1
d37 3
@


1.20
log
@Update to 3.02
@
text
@d20 1
a20 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.19
log
@Update to 3.00
@
text
@d9 1
a9 1
PORTVERSION=	3.00
d18 1
@


1.18
log
@- Update to 2.06
- Changes: http://cpansearch.perl.org/src/DAVECROSS/WWW-Shorten-2.06/Changes

PR:		ports/140768
Submitted by:	Sahil Tandon <sahil@@tandon.net>
@
text
@d9 1
a9 1
PORTVERSION=	2.06
a28 1
		WWW::Shorten::Shorl.3 \
@


1.17
log
@Update to 2.05

Feature safe: yes
@
text
@d9 1
a9 1
PORTVERSION=	2.05
a28 2
		WWW::Shorten::NotLong.3 \
		WWW::Shorten::OneShortLink.3 \
@


1.16
log
@Update to 2.03
@
text
@d9 1
a9 1
PORTVERSION=	2.03
d25 1
a25 2
		WWW::Shorten::BabyURL.3 \
		WWW::Shorten::EkDk.3 \
a26 1
		WWW::Shorten::LinkToolbot.3 \
a31 3
		WWW::Shorten::ShortLink.3 \
		WWW::Shorten::SmLnk.3 \
		WWW::Shorten::SnipURL.3 \
a34 2
		WWW::Shorten::URLjr.3 \
		WWW::Shorten::V3.3 \
d36 1
a36 2
		WWW::Shorten::generic.3 \
		WWW::Shorten::qURL.3
@


1.15
log
@Update to 2.02
@
text
@d9 1
a9 1
PORTVERSION=	2.02
@


1.14
log
@Update to 2.01
@
text
@d9 1
a9 1
PORTVERSION=	2.01
@


1.13
log
@Update to 2.00
@
text
@d9 1
a9 1
PORTVERSION=	2.00
@


1.12
log
@Update to 1.100, clean up
@
text
@d9 1
a9 1
PORTVERSION=	1.100
@


1.11
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=	1.97
d17 2
a18 2
BUILD_DEPENDS=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
d23 1
d28 1
a45 18
DOCS=		AUTHORS Artistic COPYING CREDITS ChangeLog.SPOON Changes \
		INSTALL LICENCE MANIFEST MANIFEST.SKIP META.yml \
		README SIGNATURE
EXAMPLES=	shorten shortenrc

post-install:
.ifndef(NOPORTDOCS)
	@@${ECHO_MSG} "===>   Installing docs for ${PKGNAME}"
	${MKDIR} ${DOCSDIR}
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
	@@${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
	${MKDIR} ${EXAMPLESDIR}
	cd ${WRKSRC}/bin && ${INSTALL_SCRIPT} ${EXAMPLES} ${EXAMPLESDIR}
.endif

test:
	cd ${WRKSRC} ; make test

@


1.10
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.9
log
@Update to 1.97
@
text
@d63 1
a63 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.8
log
@Update to 1.95
@
text
@d9 1
a9 1
PORTVERSION=	1.95
d41 2
@


1.7
log
@- Update to 1.93
@
text
@d9 1
a9 1
PORTVERSION=	1.93
@


1.6
log
@- update to 1.91
@
text
@d9 1
a9 1
PORTVERSION=	1.91
@


1.5
log
@Change of email address.

Approved by:	erwin (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.88
d43 1
a43 1
DOCS=		AUTHORS Artistic COPYING CREDITS ChangeLog Changes \
d66 2
a67 1
		     -e '$$_ = "" if /5.006/;' \
@


1.4
log
@- Update to version 1.88

PR:		59348
Submitted by:	Lars Thegler <lars@@thegler.dk> (maintainer)
@
text
@d15 1
a15 1
MAINTAINER=	lars@@thegler.dk
@


1.3
log
@Update to 1.87

PR:		56577
Submitted by:	Lars Thegler <lars@@thegler.dk>
@
text
@d9 1
a9 1
PORTVERSION=	1.87
d31 1
@


1.2
log
@PR:		56545
Submitted by:	Lars Thegler <lars@@thegler.dk>
maintainer update: Update to 1.86
@
text
@d9 1
a9 1
PORTVERSION=	1.86
d27 1
@


1.1
log
@Add p5-WWW-Shorten 1.84, abstract interface to URL shortening sites.

PR:		56153
Submitted by:	Lars Thegler <lars@@thegler.dk>
@
text
@d9 1
a9 1
PORTVERSION=	1.84
d25 1
d37 2
d42 1
a42 1
		INSTALL LICENSE MANIFEST MANIFEST.SKIP META.yml \
@

