head	1.9;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	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.1;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.02.56;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.06.10.18.42.47;	author swills;	state Exp;
branches;
next	1.7;

1.7
date	2012.06.04.08.53.27;	author az;	state Exp;
branches;
next	1.6;

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

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

1.4
date	2007.01.31.06.45.37;	author leeym;	state Exp;
branches;
next	1.3;

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

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

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


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-WebService-Basecamp
# Date created:		2006-08-18
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/www/p5-WebService-Basecamp/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	WebService-Basecamp
PORTVERSION=	0.1.4
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl interface to the Basecamp API webservice

RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
		p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		WebService::Basecamp.3

.include <bsd.port.mk>
@


1.8
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d19 1
a19 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


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
@d17 2
a18 2
RUN_DEPENDS=	${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
@


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=	WebService
@


1.4
log
@- update to 0.1.4
@
text
@d26 1
a26 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600	# Inherited from www/p5-libwww
IGNORE=		requires Perl 5.6.0 or newer. Please install lang/perl5.8 and try again
.endif

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


1.3
log
@Update to 0.1.3
@
text
@d9 1
a9 1
PORTVERSION=	0.1.3
d20 1
@


1.2
log
@Update to 1.1.2
@
text
@d9 1
a9 1
PORTVERSION=	0.1.2
@


1.1
log
@Add p5-WebService-Basecamp 0.1.1, perl interface to the Basecamp API
webservice.

PR:		ports/102233
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.1.1
@

