head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.02.53;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.08.27.21.47.46;	author swills;	state Exp;
branches;
next	1.1;

1.1
date	2012.03.14.07.45.01;	author culot;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:    p5-REST-Client
# Date created:                         2012-03-09
# Whom:                                 Paul Schmehl <pauls@@utdallas.edu>
#
# $FreeBSD: head/www/p5-REST-Client/Makefile 303255 2012-08-27 21:47:46Z swills $
#

PORTNAME=	REST-Client
PORTVERSION=	249
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	pauls@@utdallas.edu
COMMENT=	A simple client for interacting with RESTful http/https resources

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \
		p5-URI>0:${PORTSDIR}/net/p5-URI \
		p5-libwww>0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		REST::Client.3

.include <bsd.port.mk>
@


1.2
log
@SVN rev 303255 on 2012-08-27 21:47:46Z by swills

- Update to 249

PR:		ports/171088
Approved by:	"Schmehl, Paul" <pauls@@utdallas.edu> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@REST::Client is a simple client for interacting with RESTful http/https
resources.

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

PR:		ports/165894
Submitted by:	Paul Schmehl <pauls@@utdallas.edu>
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	243
@

