freebsd-ports/www/p5-WebService-Linode/Makefile
Martin Wilke f5fc5cd8ae - Update to 0.07
PR:		169886
Submitted by:	maintainer
2012-08-05 08:42:59 +00:00

31 lines
683 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.07
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>