aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-WebService-Linode/Makefile
blob: 2b74d9b7c7deb4b28de4803d2ad1f0e537daa965 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

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

USES=       perl5
USE_PERL5=  configure

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

NO_STAGE=   yes
.include <bsd.port.mk>