head	1.4;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.4
date	2013.01.20.18.22.49;	author svnexp;	state Exp;
branches;
next	1.3;

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

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

1.1
date	2010.09.23.02.41.19;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310710
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	p5-WebService-Linode
# Date created:		2010-09-20
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/www/p5-WebService-Linode/Makefile 310710 2013-01-20 18:14:28Z leeym $
#

PORTNAME=	WebService-Linode
PORTVERSION=	0.11
CATEGORIES=	www
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	WebService
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl Interface to the Linode.com API

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

RUN_DEPENDS=	p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \
		p5-JSON>0:${PORTSDIR}/converters/p5-JSON \
		p5-libwww>0:${PORTSDIR}/www/p5-libwww

PERL_CONFIGURE=	yes

MAN3=		WebService::Linode.3 \
		WebService::Linode::Base.3 \
		WebService::Linode::DNS.3

.include <bsd.port.mk>
@


1.3
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/p5-WebService-Linode/Makefile 302101 2012-08-05 08:42:59Z miwi $
d9 1
a9 1
PORTVERSION=	0.07
@


1.2
log
@SVN rev 302101 on 2012-08-05 08:42:59Z by miwi

- Update to 0.07

PR:		169886
Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@This module implements the Linode.com api methods. Linode methods have
had dots replaced with underscores to generate the perl method name.
All keys and parameters have been lower cased but returned data
remains otherwise the same.

WWW:	http://search.cpan.org/dist/WebService-Linode/

PR:		ports/150754
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.05
d15 1
a15 1
MAINTAINER=	gslin@@gslin.org
d18 3
@

