freebsd-ports/www/p5-WebService-Linode/Makefile
Philip M. Gollucci 99c6b63301 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>
2010-09-23 02:41:19 +00:00

28 lines
641 B
Makefile

# New ports collection makefile for: p5-WebService-Linode
# Date created: 2010-09-20
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= WebService-Linode
PORTVERSION= 0.05
CATEGORIES= www
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= WebService
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Perl Interface to the Linode.com API
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>