head	1.13;
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.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.13
date	2013.03.02.22.59.51;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.11.17.06.02.53;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.08.26.18.18.20;	author swills;	state Exp;
branches;
next	1.10;

1.10
date	2012.06.30.05.45.08;	author az;	state Exp;
branches;
next	1.9;

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

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

1.7
date	2010.05.16.22.18.34;	author sylvio;	state Exp;
branches;
next	1.6;

1.6
date	2009.10.23.00.30.06;	author leeym;	state Exp;
branches;
next	1.5;

1.5
date	2008.11.05.03.08.17;	author wxs;	state Exp;
branches;
next	1.4;

1.4
date	2008.07.03.23.08.36;	author beech;	state Exp;
branches;
next	1.3;

1.3
date	2008.02.26.11.57.47;	author gabor;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313272
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/www/p5-RT-Client-REST/Makefile 313272 2013-03-02 16:38:36Z miwi $

PORTNAME=	RT-Client-REST
PORTVERSION=	0.43
PORTEPOCH=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	svysh.fbsd@@gmail.com
COMMENT=	Perl modules designed to talk to RT installation using REST protocol

BUILD_DEPENDS=	p5-Error>=0:${PORTSDIR}/lang/p5-Error \
		p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
		p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	RT::Client::REST.3 \
	RT::Client::REST::Attachment.3 \
	RT::Client::REST::Exception.3 \
	RT::Client::REST::Group.3 \
	RT::Client::REST::Object.3 \
	RT::Client::REST::Queue.3 \
	RT::Client::REST::SearchResult.3 \
	RT::Client::REST::Ticket.3 \
	RT::Client::REST::Transaction.3 \
	RT::Client::REST::User.3

.include <bsd.port.mk>
@


1.12
log
@Switch exporter over
@
text
@d1 1
a1 6
# New ports collection makefile for:	p5-RT-Client-REST
# Date created:				21 Mar 2007
# Whom:					svysh
#
# $FreeBSD: head/www/p5-RT-Client-REST/Makefile 303197 2012-08-26 18:18:20Z swills $
#
d10 1
a10 1
MAINTAINER=	svysh@@pn.sinp.msu.ru
@


1.11
log
@SVN rev 303197 on 2012-08-26 18:18:20Z by swills

- Update to 0.43

PR:		ports/171074
Approved by:	Sergei Vyshenski <svysh@@pn.sinp.msu.ru> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d9 1
a9 1
PORTVERSION=	0.41
d30 1
@


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
@d18 3
a20 3
BUILD_DEPENDS=	${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \
		${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
		${SITE_PERL}/HTTP/Cookies.pm:${PORTSDIR}/www/p5-libwww \
d22 1
a22 1
		${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception
@


1.8
log
@- Update to 0.41
- Remove MD5

PR:             ports/153107
Submitted by:   myself (pgollucci)
Approved by:    svysh@@pn.sinp.msu.ru (maintainer)
Changes:        http://search.cpan.org/dist/RT-Client-REST/Changes
@
text
@d23 1
a23 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.7
log
@- Update to 0.4

PR:		ports/146499
Submitted by:	Sergei Vyshensky <svysh@@pn.sinp.msu.ru> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.4
@


1.6
log
@- replace ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm with p5-Params-Validate>=0 since it changed the file path.
- portlint

PR:		follow-up to ports/139837
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d9 2
a10 1
PORTVERSION=	0.37
@


1.5
log
@Update to 0.37

PR:		ports/128565
Submitted by:	Steven Kreuzer <skreuzer@@exit2shell.com>
Reviewed by:	Sergei Vyshenski <svysh@@pn.sinp.msu.ru> (maintainer)
@
text
@d20 1
a20 1
		${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
@


1.4
log
@- Update to 0.36

PR:		ports/125117
Submitted by:	Sergei Vyshenski <svysh@@pn.sinp.msu.ru> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.36
@


1.3
log
@- Update to 0.32
- Style

PR:		ports/121026
Submitted by:	Felippe de Meirelles Motta <lippemail@@gmail.com>
Approved by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.32
@


1.2
log
@- Update to 0.31

PR:		113191
Submitted by:	Sergei Vyshenski <svysh@@pn.sinp.msu.ru> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.31
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	RT
d17 5
a21 6
BUILD_DEPENDS=	\
	${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \
	${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
	${SITE_PERL}/HTTP/Cookies.pm:${PORTSDIR}/www/p5-libwww \
	${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
	${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception
@


1.1
log
@RT::Client::REST is a set of object-oriented Perl modules
which provide interface between Perl scripts and RT
(an industrial-grade ticketing system) using REST protocol.
Most of the features have been implemented and
tested with rt 3.6.0 and later.

WWW: http://search.cpan.org/dist/RT-Client-REST/

PR:		ports/110675
Submitted by:	Sergei Vyshenski <svysh@@pn.sinp.msu.ru>
@
text
@d9 1
a9 1
PORTVERSION=	0.27
@

